diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 17:47:23 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 17:47:23 +0800 |
commit | b97591549927ed40746536dc6904c72245dfdfcf (patch) | |
tree | 1bc4a5fffaa172a59db89bd59feda8cc56fdb2dd /mail | |
parent | 854debbcf03da120f64c11a8b2d56ffa770a51f9 (diff) | |
download | freebsd-ports-gnome-b97591549927ed40746536dc6904c72245dfdfcf.tar.gz freebsd-ports-gnome-b97591549927ed40746536dc6904c72245dfdfcf.tar.zst freebsd-ports-gnome-b97591549927ed40746536dc6904c72245dfdfcf.zip |
Make this port depend on gcc3.4 unconditionally. This is a workaround
for the problems seen with gcc4.2.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/firepay/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/firepay/Makefile b/mail/firepay/Makefile index 7684c8a5a8b8..d9c3d8af25df 100644 --- a/mail/firepay/Makefile +++ b/mail/firepay/Makefile @@ -23,10 +23,7 @@ MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 USE_GCC= 3.4 -.endif - WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: |