diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 20:41:24 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-21 20:41:24 +0000 |
commit | e71b83a4d5f995a446614c355b942b2e866d34f7 (patch) | |
tree | 53d39bbfe19fecb7d0b9708d4740f8d19a411baf /www/aria2/Makefile | |
parent | a259471ab8d1ad4a99e90d9ea7b5d67c3c2b6bf1 (diff) | |
download | ports-e71b83a4d5f995a446614c355b942b2e866d34f7.tar.gz ports-e71b83a4d5f995a446614c355b942b2e866d34f7.zip |
- Try to fix build on 4.x by USE_GCC=3.4+
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=162977
Diffstat (limited to 'www/aria2/Makefile')
-rw-r--r-- | www/aria2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index e1666654c4ec..2c233d3f65bb 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} +USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack USE_GETTEXT= yes |