aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recordmydesktop
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-25 17:36:47 +0000
commit798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63 (patch)
treeefd2e8af13e967b4b4eca36f0bdb0803cc26776e /multimedia/recordmydesktop
parent65143e8def1959c39a21afc2be99e5be67bf698d (diff)
downloadports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.tar.gz
ports-798eb9e9cb8c1c50085cfb3e3ae8b602f87eca63.zip
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382254
Diffstat (limited to 'multimedia/recordmydesktop')
-rw-r--r--multimedia/recordmydesktop/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/recordmydesktop/Makefile b/multimedia/recordmydesktop/Makefile
index 9d0f41b498d0..be862d640cf6 100644
--- a/multimedia/recordmydesktop/Makefile
+++ b/multimedia/recordmydesktop/Makefile
@@ -19,8 +19,4 @@ CONFIGURE_ARGS+= --enable-oss=yes \
USE_XORG= ice sm x11 xext xextproto xfixes xdamage
PLIST_FILES= bin/recordmydesktop man/man1/recordmydesktop.1.gz
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>