diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 12:46:30 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-03-01 12:46:30 +0000 |
commit | d1f401292dba893aea0e7c79a96071cf61a7b859 (patch) | |
tree | 4c6cf174e9f106a1b69efe10ed73ff9ef6db0b75 /net/easysoap | |
parent | 823d7e313fbffb93005699ec2bc84108802656ce (diff) | |
download | ports-d1f401292dba893aea0e7c79a96071cf61a7b859.tar.gz ports-d1f401292dba893aea0e7c79a96071cf61a7b859.zip |
Notes
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index 87c98a58d8fb..0dad3cb50d2e 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -22,10 +22,6 @@ USE_LDCONFIG= yes NO_STAGE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700042 && ${ARCH} == "amd64" -USE_GCC= 4.2+ -.endif - post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure |