diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-08 09:23:41 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-08 09:23:41 +0800 |
commit | 8c6ce86555bcfc24c61e301b805903642fdafc0e (patch) | |
tree | 847c7da3450b089542b8e861be520ae25c28b54e /devel/libuninum | |
parent | 3e6cba1591d06a5860e0da536c831006513ba374 (diff) | |
download | freebsd-ports-gnome-8c6ce86555bcfc24c61e301b805903642fdafc0e.tar.gz freebsd-ports-gnome-8c6ce86555bcfc24c61e301b805903642fdafc0e.tar.zst freebsd-ports-gnome-8c6ce86555bcfc24c61e301b805903642fdafc0e.zip |
- avoid build error on 4.x
Diffstat (limited to 'devel/libuninum')
-rw-r--r-- | devel/libuninum/Makefile | 1 |
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" |