diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-06-03 17:23:56 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2007-06-03 17:23:56 +0000 |
commit | e5c7a81c81a9e97ac75abc9ad61bd57ff37f8fe0 (patch) | |
tree | eaaf204fa861c6503ba949ccba3b8114671ccbca /net/liveMedia | |
parent | 4d939b47539a835ddf1e961fad8632c558f6424b (diff) |
Notes
Diffstat (limited to 'net/liveMedia')
-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}/ |