aboutsummaryrefslogtreecommitdiff
path: root/net/libsrtp
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2011-05-22 11:10:39 +0000
committerFlorian Smeets <flo@FreeBSD.org>2011-05-22 11:10:39 +0000
commit247c216f234be5a5fe5b6b57e909f0b621247bd8 (patch)
treee41def8969b2481397dd187ffe3ef2832dea1d12 /net/libsrtp
parent4e408b684c09e1b5a03f2813e3494e224af299a3 (diff)
downloadports-247c216f234be5a5fe5b6b57e909f0b621247bd8.tar.gz
ports-247c216f234be5a5fe5b6b57e909f0b621247bd8.zip
add -fPIC to allow linking to on !i386
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=274435
Diffstat (limited to 'net/libsrtp')
-rw-r--r--net/libsrtp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/libsrtp/Makefile b/net/libsrtp/Makefile
index f6518b2345c9..4efd0fbed4aa 100644
--- a/net/libsrtp/Makefile
+++ b/net/libsrtp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libsrtp
PORTVERSION= 1.4.4
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF/${ORIGNAME}/${ORIGNAME}/${PORTVERSION}
DISTNAME= ${ORIGNAME}-${PORTVERSION}
@@ -20,5 +21,6 @@ ORIGNAME= srtp
GNU_CONFIGURE= yes
USE_GMAKE= yes
+CFLAGS+= -fPIC
.include <bsd.port.mk>