summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 01:23:41 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 01:23:41 +0000
commitec573444f0dbb9eadcb3212ea3c1a35e853b3cfa (patch)
tree23ae0a0d774d96cb3194c744738502add9ef5bbe /devel
parento Better bridge code (diff)
- avoid build error on 4.x
Notes
Notes: svn path=/head/; revision=181738
Diffstat (limited to 'devel')
-rw-r--r--devel/libuninum/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile
index 8bb354bb3c29..14d32c537853 100644
--- a/devel/libuninum/Makefile
+++ b/devel/libuninum/Makefile
@@ -16,6 +16,7 @@ COMMENT= Library for converting Unicode strings to numbers
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
+USE_GCC= 3.2+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"