diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-12 12:11:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-12 12:11:57 +0000 |
commit | 72051dd08be294eaeefe42c7d05ebcd045aba3c2 (patch) | |
tree | 5406599a2cda4951fa2566618ea25f8feee7beb0 /net/libsrtp/files/patch-Makefile.in | |
parent | Grab maintainer. (diff) |
Update net/libsrtp to 1.5.2 and use base OpenSSL on FreeBSD 10 and up
PR: 198903
Tested by: madpilot
Approved by: maintainer timeout (18 days)
Diffstat (limited to 'net/libsrtp/files/patch-Makefile.in')
-rw-r--r-- | net/libsrtp/files/patch-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/libsrtp/files/patch-Makefile.in b/net/libsrtp/files/patch-Makefile.in new file mode 100644 index 000000000000..a7f41da3be0a --- /dev/null +++ b/net/libsrtp/files/patch-Makefile.in @@ -0,0 +1,16 @@ +--- Makefile.in.orig 2015-03-11 14:02:12 UTC ++++ Makefile.in +@@ -84,12 +84,11 @@ pkgconfig_DATA = libsrtp.pc + endif + + SHAREDLIBVERSION = 1 +-ifeq (linux,$(findstring linux,@host@)) + SHAREDLIB_DIR = $(libdir) + SHAREDLIB_LDFLAGS = -shared -Wl,-soname,$@ + SHAREDLIBSUFFIXNOVER = so + SHAREDLIBSUFFIX = $(SHAREDLIBSUFFIXNOVER).$(SHAREDLIBVERSION) +-else ifeq (mingw,$(findstring mingw,@host@)) ++ifeq (mingw,$(findstring mingw,@host@)) + SHAREDLIB_DIR = $(bindir) + SHAREDLIB_LDFLAGS = -shared -Wl,--out-implib,libsrtp.dll.a + SHAREDLIBVERSION = |