1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Tell pike how to build and install shared module libs on amd64

This commit is contained in:
Johan van Selst 2009-05-21 17:38:56 +00:00
parent 09f8a5c1b1
commit e51a1c0ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234354

View File

@ -7,6 +7,7 @@
PORTNAME= pike78
PORTVERSION= 7.8.116
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
@ -70,7 +71,6 @@ CONFIGURE_ARGS+= --without-debug \
--without-msql \
--without-odbc \
--without-sane \
--without-ssleay \
--without-svg \
--without-sybase \
--prefix=${PREFIX}
@ -131,8 +131,8 @@ post-patch:
@${REINPLACE_CMD} -e 's| -lgmp| -L${LOCALBASE}/lib -lgmp|' \
${WRKSRC}/src/modules/Gmp/configure ${WRKSRC}/src/modules/_Image_XFace/configure
@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|' \
${WRKSRC}/src/configure
@${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
-e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
-e 's|,-Bshareable|& -shared|' \
${WRKSRC}/src/configure
@${REINPLACE_CMD} -e '/install.*MANDIR/s|^|//|' \
${WRKSRC}/bin/install.pike