diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:10:15 +0000 |
commit | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (patch) | |
tree | 6443da11a92be566759454b76c94714222a13560 /sysutils/lineakd | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) | |
download | ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200792
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> |