mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" to
CFLAGS. Rqported by: Andrew Kenneth Milton <akm@mail.theinternet.com.au>
This commit is contained in:
parent
53f369dcd5
commit
5878e8e743
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37902
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= swig
|
||||
PORTVERSION= ${VER}a5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel perl5 python ruby tcl82
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||
@ -30,6 +30,7 @@ PYTHON_NO_DEPENDS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
|
||||
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
||||
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
||||
ALL_TARGET= swig runtime
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= swig
|
||||
PORTVERSION= ${VER}a5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel perl5 python ruby tcl82
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||
@ -30,6 +30,7 @@ PYTHON_NO_DEPENDS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
|
||||
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
||||
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
||||
ALL_TARGET= swig runtime
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= swig
|
||||
PORTVERSION= ${VER}a5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel perl5 python ruby tcl82
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.rge.com/pub/languages/swig/ \
|
||||
@ -30,6 +30,7 @@ PYTHON_NO_DEPENDS= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
|
||||
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
||||
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
||||
ALL_TARGET= swig runtime
|
||||
|
Loading…
Reference in New Issue
Block a user