diff options
author | adam <adam@pkgsrc.org> | 2004-01-08 16:08:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-08 16:08:22 +0000 |
commit | 023dd1140663beb4560fa1fda621d54325a3fc53 (patch) | |
tree | 60ee284ea1a445ed37bc67807fc9c8a2db7f6580 /devel/dlcompat/Makefile | |
parent | 82328c3b27255b64818bda87165b106fc189c178 (diff) | |
download | pkgsrc-023dd1140663beb4560fa1fda621d54325a3fc53.tar.gz |
Changes 20030629: implement RTLD_NEXT and RTLD_DEFAULT
Diffstat (limited to 'devel/dlcompat/Makefile')
-rw-r--r-- | devel/dlcompat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/dlcompat/Makefile b/devel/dlcompat/Makefile index 81c666d0212..b690729bfab 100644 --- a/devel/dlcompat/Makefile +++ b/devel/dlcompat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:30:18 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/08 16:08:22 adam Exp $ # -DISTNAME= dlcompat-20030522 +DISTNAME= dlcompat-20030629 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fink/} @@ -11,7 +11,7 @@ COMMENT= Library for dlopen() emulation on Darwin ONLY_FOR_PLATFORM= Darwin-*-* -USE_BUILDLINK2= # defined -GNU_CONFIGURE= # defined +USE_BUILDLINK2= # defined +GNU_CONFIGURE= # defined .include "../../mk/bsd.pkg.mk" |