diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-12 07:11:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-01-12 07:11:33 +0000 |
commit | 4821336cf5c4a4901550fcfd603dae4fcfd3775d (patch) | |
tree | e5aebef3d36a048c4f4da8497dd1c283022c16fa /security/gnome-gpg/Makefile | |
parent | 621890375c45c596536bb76ab81f31e9443af19d (diff) | |
download | ports-4821336cf5c4a4901550fcfd603dae4fcfd3775d.tar.gz ports-4821336cf5c4a4901550fcfd603dae4fcfd3775d.zip |
Disable -Werror to fix the build with GCC 4.x.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=182150
Diffstat (limited to 'security/gnome-gpg/Makefile')
-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 ab74c93ebfbc..58f824b52a1a 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 |