diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
commit | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch) | |
tree | 2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/lineakd | |
parent | 50ef8aeab64606f46790199997daf350fce5ea76 (diff) | |
download | freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/lineakd')
-rw-r--r-- | sysutils/lineakd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile index 4c006501de28..0424e4792e97 100644 --- a/sysutils/lineakd/Makefile +++ b/sysutils/lineakd/Makefile @@ -30,13 +30,6 @@ PORTDOCS= README TODO AUTHORS MAN1= lineakd.1 #MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -# ANSI C++ forbids data member `macro_info' with same name as enclosing class -USE_GCC= 3.4 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread||' \ ${WRKSRC}/lineak/Makefile.in ${WRKSRC}/lineakd/Makefile.in @@ -54,4 +47,4 @@ post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/lineakd.conf.example ${EXAMPLESDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |