diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
commit | 9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/dia | |
parent | Add a X509ALTUSERNAME port option to enable the --x509-username-field (diff) |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
Notes
Notes:
svn path=/head/; revision=382266
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 36a71ee5434a..afe11e907af2 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -50,10 +50,10 @@ post-patch: ${WRKSRC}/tests/test-boundingbox.c @${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} -e \ - 's,\(^GTK_LIBS.*\),\1 ${PTHREAD_LIBS}, ; \ - s,\(^GTK_CFLAGS = \),\1 ${PTHREAD_CFLAGS} ,' + 's,\(^GTK_LIBS.*\),\1 -lpthread,' @${REINPLACE_CMD} -e 's|http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl|${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl| ; \ - s|echo aout|echo elf|g ; s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \ + s|echo aout|echo elf|g ; \ + s|/usr/include/libEMF|${LOCALBASE}/include/libEMF|g ; \ s|-lstdc++||g' ${WRKSRC}/configure .include <bsd.port.mk> |