diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-28 18:51:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-28 18:51:58 +0800 |
commit | c18b1a282eba46ca6276db6adbbd2574bbbe0335 (patch) | |
tree | ae18db5e53b8dc7dbd4ce8e2d3f0eec05e53d1f4 /sysutils/xorriso | |
parent | 7c20129d4b77f82884759fd6a822fe16674928c7 (diff) | |
download | freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.tar.gz freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.tar.zst freebsd-ports-gnome-c18b1a282eba46ca6276db6adbbd2574bbbe0335.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)
Approved by: portmgr
Diffstat (limited to 'sysutils/xorriso')
-rw-r--r-- | sysutils/xorriso/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/xorriso/Makefile b/sysutils/xorriso/Makefile index d66a5db3f826..c897f1c6741b 100644 --- a/sysutils/xorriso/Makefile +++ b/sysutils/xorriso/Makefile @@ -27,7 +27,4 @@ WANT_GNOME= yes INFO= xorrecord xorriso xorrisofs MAN1= xorrecord.1 xorriso.1 xorrisofs.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure - .include <bsd.port.mk> |