diff options
Diffstat (limited to 'net/liveMedia/Makefile')
-rw-r--r-- | net/liveMedia/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 4132021265ab..537f9aa4d377 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -7,7 +7,7 @@ PORTNAME= liveMedia PORTVERSION= 2007.05.24 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.live555.com/liveMedia/public/ @@ -173,6 +173,13 @@ liveMedia= \ .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC +.else +CFLAGS+= -fpic +.endif + + post-extract: @${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/ |