diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-05-22 11:10:39 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-05-22 11:10:39 +0000 |
commit | 247c216f234be5a5fe5b6b57e909f0b621247bd8 (patch) | |
tree | e41def8969b2481397dd187ffe3ef2832dea1d12 /net/libsrtp | |
parent | 4e408b684c09e1b5a03f2813e3494e224af299a3 (diff) | |
download | ports-247c216f234be5a5fe5b6b57e909f0b621247bd8.tar.gz ports-247c216f234be5a5fe5b6b57e909f0b621247bd8.zip |
Notes
Diffstat (limited to 'net/libsrtp')
-rw-r--r-- | net/libsrtp/Makefile | 2 |
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> |