diff options
author | arved <arved@FreeBSD.org> | 2003-11-21 19:32:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-21 19:32:50 +0800 |
commit | 2b8a63fb001ec211ca033f180d779db80cc8df41 (patch) | |
tree | d460e4e35fe2479f5496edd3edc707c3a0c56e44 /finance | |
parent | 3c0f184be68bdaf98c0065f003fa1369c40f407d (diff) | |
download | freebsd-ports-gnome-2b8a63fb001ec211ca033f180d779db80cc8df41.tar.gz freebsd-ports-gnome-2b8a63fb001ec211ca033f180d779db80cc8df41.tar.zst freebsd-ports-gnome-2b8a63fb001ec211ca033f180d779db80cc8df41.zip |
I am not sure, why I added -pedantic 10 months ago.
With todays gcc it breaks the port on 5.x
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openhbci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index e5b07d835250..a70d26e9a444 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -15,7 +15,6 @@ MAINTAINER= heiner@bilch.com COMMENT= HBCI is a bank-independent homebanking standard GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXXFLAGS=-pedantic CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes |