diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch) | |
tree | faaedbe6ae8110bb19ce982907b65ca7c487c291 /irc/tr-ircd | |
parent | f7c0630cd25902e9d0299337f0075f1969f3c15c (diff) | |
download | ports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.tar.gz ports-42b9878de05e3fd31b1537c7fb21ea8d4260e335.zip |
Notes
Diffstat (limited to 'irc/tr-ircd')
-rw-r--r-- | irc/tr-ircd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/tr-ircd/Makefile b/irc/tr-ircd/Makefile index 7665a86bcd81..ee383e1efea0 100644 --- a/irc/tr-ircd/Makefile +++ b/irc/tr-ircd/Makefile @@ -72,10 +72,6 @@ SUB_LIST+= MKDIR="${MKDIR}" PW="${PW}" CHMOD="${CHMOD}" CHOWN="${CHOWN}" CFLAGS+= -fPIC .endif -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 # Needs va_copy -.endif - post-patch: @${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure @${REINPLACE_CMD} -e "s, ircpasswd,tr-ircpasswd," \ |