summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src-tspi-Makefile.am
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-17 15:19:47 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-17 15:19:47 +0000
commit3c18c37a10c65621d5a730bac87ce761cd52eb44 (patch)
tree091194276b0539cbe559bddb595de4d84daf0c26 /security/trousers/files/patch-src-tspi-Makefile.am
parentAdd USES=libtool and INSTALL_TARGET=install-strip (diff)
- Convert security/trousers to USES=libtool and bump dependent ports
- Use standard USE_AUTOTOOLS - Add INSTALL_TARGET=install-strip - Drop PTHREAD_LIBS
Notes
Notes: svn path=/head/; revision=362154
Diffstat (limited to 'security/trousers/files/patch-src-tspi-Makefile.am')
-rw-r--r--security/trousers/files/patch-src-tspi-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/trousers/files/patch-src-tspi-Makefile.am b/security/trousers/files/patch-src-tspi-Makefile.am
index 1c9e96318be8..9d67ba3e18b4 100644
--- a/security/trousers/files/patch-src-tspi-Makefile.am
+++ b/security/trousers/files/patch-src-tspi-Makefile.am
@@ -5,7 +5,7 @@
# 6. If any interfaces have been removed since the last public release, then set age to 0.
-libtspi_la_LDFLAGS=-version-info 3:0:2 -lpthread @CRYPTOLIB@
-+libtspi_la_LDFLAGS=-version-info 3:0:2 ${PTHREAD_LIBS} @CRYPTOLIB@ -L${ICONV_PREFIX}/lib ${ICONV_LIB}
++libtspi_la_LDFLAGS=-version-info 3:0:2 -lpthread @CRYPTOLIB@ -L${ICONV_PREFIX}/lib ${ICONV_LIB}
libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"