diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /x11-toolkits/php-gtk2 | |
parent | 99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff) | |
download | ports-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz ports-e32a8245791aab6e734fe5ecda71641e15c94b45.zip |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Notes
Notes:
svn path=/head/; revision=115365
Diffstat (limited to 'x11-toolkits/php-gtk2')
-rw-r--r-- | x11-toolkits/php-gtk2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/php-gtk2/files/patch-build2::build2.mk | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/php-gtk2/Makefile b/x11-toolkits/php-gtk2/Makefile index 188efbc6a64f..624ea9a62606 100644 --- a/x11-toolkits/php-gtk2/Makefile +++ b/x11-toolkits/php-gtk2/Makefile @@ -99,6 +99,7 @@ pre-configure: .for FILE in ${PIC2FIX} @${REINPLACE_CMD} -e "s|-prefer-pic|${CFLAGS}|g" ${WRKSRC}/${FILE} .endfor + @${REINPLACE_CMD} -e "s|/bin/sh|/bin/sh -x|" ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/x11-toolkits/php-gtk2/files/patch-build2::build2.mk b/x11-toolkits/php-gtk2/files/patch-build2::build2.mk new file mode 100644 index 000000000000..7439f784ecb1 --- /dev/null +++ b/x11-toolkits/php-gtk2/files/patch-build2::build2.mk @@ -0,0 +1,11 @@ +--- build2/build2.mk.orig Thu Apr 11 02:19:45 2002 ++++ build2/build2.mk Wed Jul 7 01:51:27 2004 +@@ -9,3 +9,3 @@ + @echo rebuilding $@ +- @autoconf ++ @autoconf253 + +@@ -19,2 +19,2 @@ + @rm -f $@ +- @autoheader ++ @autoconf253 |