summaryrefslogtreecommitdiff
path: root/security/trousers/files/patch-src-tspi-Makefile.am
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
commit7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch)
treee83ee6693050a76e305a95a376451aa583df151e /security/trousers/files/patch-src-tspi-Makefile.am
parenttextproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff)
With the power of USES=dos2unix, get rid of most patches and files
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=417166
Diffstat (limited to 'security/trousers/files/patch-src-tspi-Makefile.am')
-rw-r--r--security/trousers/files/patch-src-tspi-Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/trousers/files/patch-src-tspi-Makefile.am b/security/trousers/files/patch-src-tspi-Makefile.am
deleted file mode 100644
index 66be8ad0b6a5..000000000000
--- a/security/trousers/files/patch-src-tspi-Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/tspi/Makefile.am.orig 2014-04-25 03:05:44.000000000 +0900
-+++ src/tspi/Makefile.am 2016-05-19 03:04:18.883005000 +0900
-@@ -17,9 +17,9 @@
- # 5. If any interfaces have been added since the last public release, then increment age.
- # 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 -lpthread -L@OPENSSL_LIB_DIR@ @CRYPTOLIB@ -L${ICONV_PREFIX}/lib ${ICONV_LIB}
-
--libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\"
-+libtspi_la_CFLAGS=-I$(top_srcdir)/src/include -DAPPID=\"TSPI\" -DVAR_PREFIX=\"@localstatedir@\" -DETC_PREFIX=\"@sysconfdir@\" -I@OPENSSL_INCLUDE_DIR@
-
- libtspi_la_SOURCES=log.c \
- spi_utils.c \