summaryrefslogtreecommitdiff
path: root/devel/gmp/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-25 08:35:31 +0000
committerrillig <rillig@pkgsrc.org>2007-11-25 08:35:31 +0000
commit67778f29d4d58dd0480026aaf3a48c975ec8a0ff (patch)
treef4b4b81616f8cf4cbeb017a33bb0627699ef15a3 /devel/gmp/Makefile
parentd5faee3467d127ba481dc8368b715a50d4578206 (diff)
downloadpkgsrc-67778f29d4d58dd0480026aaf3a48c975ec8a0ff.tar.gz
Sunpro accepts __attribute__((mode ...)), but ignores it. Fixed the
configure test and reported it upstream.
Diffstat (limited to 'devel/gmp/Makefile')
-rw-r--r--devel/gmp/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/gmp/Makefile b/devel/gmp/Makefile
index 58ba31ea681..b83616296df 100644
--- a/devel/gmp/Makefile
+++ b/devel/gmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2007/11/07 00:18:17 gdt Exp $
+# $NetBSD: Makefile,v 1.48 2007/11/25 08:35:31 rillig Exp $
DISTNAME= gmp-4.2.2
CATEGORIES= devel math
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++ c99
-USE_TOOLS+= gm4
+USE_TOOLS+= gm4 autoconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-cxx --without-readline
@@ -53,4 +53,7 @@ BUILDLINK_TRANSFORM+= rm:-mmmx rm:-msse rm:-msse2 rm:-msse3 rm:-m3dnow
. endif
.endif
+pre-configure:
+ cd ${WRKSRC} && type autoconf && autoconf
+
.include "../../mk/bsd.pkg.mk"