summaryrefslogtreecommitdiff
path: root/www/libproxy/Makefile
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-03-12 13:31:48 +0000
committerhasso <hasso@pkgsrc.org>2009-03-12 13:31:48 +0000
commita311fcc69b1f99f1ad4fff1f6a1de1c13fb71d23 (patch)
tree5ff0d84d62b1b723129cbf94ab26d00f2329d5be /www/libproxy/Makefile
parent886e0217eb61aecf1f97c034a9f0f84b2793bcce (diff)
downloadpkgsrc-a311fcc69b1f99f1ad4fff1f6a1de1c13fb71d23.tar.gz
Make it compile on DragonFly (and probably on some other systems).
Diffstat (limited to 'www/libproxy/Makefile')
-rw-r--r--www/libproxy/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index 16a3f38ff51..d149c47e89d 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/04 02:11:07 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/12 13:31:48 hasso Exp $
#
DISTNAME= libproxy-0.2.3
@@ -13,15 +13,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= pkg-config gmake autoreconf autoconf automake
PY_PATCHPLIST= yes
PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
-.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "NetBSD")
-BUILDLINK_TRANSFORM+= rm:-ldl
-.endif
+pre-configure:
+ cd ${WRKSRC} && autoreconf --force
.include "../../lang/python/extension.mk"
.include "../../mk/dlopen.buildlink3.mk"