diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-12 07:11:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-12 07:11:33 +0000 |
commit | 108d528ef0d1bfe68b508bb10ccf64bcda70ae79 (patch) | |
tree | ef70b013b8994f39dfb8a1f927d16f017a6e9511 /security/gnome-gpg | |
parent | 447542e754933546a11b8668767a5e06235544b9 (diff) | |
download | FreeBSD-ports-108d528ef0d1bfe68b508bb10ccf64bcda70ae79.zip FreeBSD-ports-108d528ef0d1bfe68b508bb10ccf64bcda70ae79.tar.gz |
Disable -Werror to fix the build with GCC 4.x.
Reported by: pointyhat via kris
Diffstat (limited to 'security/gnome-gpg')
-rw-r--r-- | security/gnome-gpg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index ab74c93..58f824b 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= libgnomeui +CONFIGURE_ENV= set_more_warnings="no" PLIST_FILES= bin/gnome-gpg MAN1= gnome-gpg.1 |