summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-07 07:27:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-07 07:27:55 +0800
commitcaa460a3f0ef49f89d0bfc43209259f3e55d27e9 (patch)
tree92adac38c463b25df5b8e31b92fc9e9803384195 /print
parent17ddd967c80c66a25fb3bed3aa0428e02bea117d (diff)
downloadmarcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar.gz
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar.bz2
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar.lz
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar.xz
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.tar.zst
marcuscom-ports-caa460a3f0ef49f89d0bfc43209259f3e55d27e9.zip
Update the compiler and libtool macros to be in sync with the other *mm ports.
Hopefully, bland won't mind. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3820 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r--print/libgnomeprintmm/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile
index 4afadb223..d91a2a973 100644
--- a/print/libgnomeprintmm/Makefile
+++ b/print/libgnomeprintmm/Makefile
@@ -21,12 +21,21 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GCC= 3.3
-USE_GNOME= gnomeprefix gnomehack lthack libgnomeprint
+USE_GCC= 3.4
+USE_GNOME= gnomeprefix gnomehack libgnomeprint
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_INC_LIBTOOL_VER=15
CONFIGURE_ARGS= --enable-static
PLIST_SUB= VERSION="2.5" API_VERSION="2.6"
+patch-autotools:
+ @(cd ${PATCH_WRKSRC}; \
+ for file in ${LIBTOOLFILES}; do \
+ ${CP} $$file $$file.tmp; \
+ ${SED} -e "/^ltmain=/s^\$$ac_aux_dir/ltmain.sh^${LTMAIN}^g" \
+ $$file.tmp > $$file; \
+ ${RM} $$file.tmp; \
+ done);
+
.include <bsd.port.mk>