diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 18:34:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 18:34:51 +0800 |
commit | df440620a19a6e85008f30824a988e4fe6880a22 (patch) | |
tree | 9c429ec40e8c9e2b1b60a1e534f53d38edf33227 /devel | |
parent | 6d1e80877eed5d77a731ac7a8f5ac22e9ce19487 (diff) | |
download | freebsd-ports-gnome-df440620a19a6e85008f30824a988e4fe6880a22.tar.gz freebsd-ports-gnome-df440620a19a6e85008f30824a988e4fe6880a22.tar.zst freebsd-ports-gnome-df440620a19a6e85008f30824a988e4fe6880a22.zip |
Back out previous commit; the build error was fixed already.
Apologies to: oliver
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libzvbi/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 138277cd59da..9febc17a23be 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -28,13 +28,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}/include \ CONFIGURE_ENV= CC="$(CC) -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -L/usr/lib" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |