From 5878e8e7435b7980610d3b17a83ff21e51e8813a Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 2 Feb 2001 05:11:48 +0000 Subject: Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" to CFLAGS. Rqported by: Andrew Kenneth Milton --- devel/swig11/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/swig11') diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index a6ab3e5328d1..67a5b8857609 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -7,7 +7,7 @@ PORTNAME= swig PORTVERSION= ${VER}p5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel perl5 python tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.rge.com/pub/languages/swig/${VER}/ \ @@ -29,6 +29,7 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/SWIG${PORTVERSION} GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \ --with-tcllib=${PREFIX}/lib/tcl8.2/ ALL_TARGET= all runtime -- cgit v1.2.3