From f18c95d97c983df9f62e41400c7b1ead1b6ec7ea Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 5 Mar 2006 16:17:53 +0000 Subject: Fix the amd64 build (and perhaps other arches which need -fPIC). Maintainer informed. Tested on: amd64 tinderbox Approved by: portmgr (linnimon) --- net/openh323/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'net/openh323/Makefile') diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 6dafd32d2e6d..10517f59056f 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -27,9 +27,15 @@ USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" +.include + +.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") +CFLAGS+= -fPIC +.endif + +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" NO_FILTER_SHLIBS= yes ALL_TARGET= optshared MAKE_ENV= BUILDTIME="YES" -.include +.include -- cgit v1.2.3