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/lineak-defaultplugin | |
parent | 13441eac4bb7e0e8a50bd437681b05022e55146b (diff) | |
download | ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.tar.gz ports-cc82ac7af1a4b4743ab599432b8c7f24a774e0c8.zip |
Notes
Diffstat (limited to 'sysutils/lineak-defaultplugin')
-rw-r--r-- | sysutils/lineak-defaultplugin/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile index 6d8d1c5e21a9..ba1aabc97f41 100644 --- a/sysutils/lineak-defaultplugin/Makefile +++ b/sysutils/lineak-defaultplugin/Makefile @@ -36,16 +36,8 @@ PLIST_FILES= lib/lineakd/plugins/defaultplugin.a \ lib/lineakd/plugins/mediadetectplugin.so \ etc/media-detect.conf -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Configure fails to find lineakd -# lineakd is compiled with 3.4 on FreeBSD 4.x, so plugins must be too -# USE_GCC= 3.4 -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |