add -fPIC to allow linking to on !i386

Approved by:	maintainer
This commit is contained in:
Florian Smeets 2011-05-22 11:10:39 +00:00
parent 4e408b684c
commit 247c216f23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274435

View File

@ -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>