summaryrefslogtreecommitdiff
path: root/graphics/view3ds
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-06-01 19:56:04 +0000
commit7f44153281a28abf9f54db4292179516460951dc (patch)
treef0cbd198d34668e8d3997d4c3f820de3e33aa98c /graphics/view3ds
parent. pre-install -> pre-su-install as this port may create a directory in (diff)
change the libtool version to use from 1.3 to 1.5
Notes
Notes: svn path=/head/; revision=136637
Diffstat (limited to 'graphics/view3ds')
-rw-r--r--graphics/view3ds/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile
index 19232e5a700d..f7a5425be96f 100644
--- a/graphics/view3ds/Makefile
+++ b/graphics/view3ds/Makefile
@@ -28,7 +28,8 @@ USE_X_PREFIX= yes
USE_QT_VER= 3
USE_MESA= yes
USE_GMAKE= yes
-USE_LIBTOOL_VER=13
+USE_REINPLACE= yes
+USE_LIBTOOL_VER=15
CONFIGURE_ENV= QTDIR="${QT_PREFIX}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
@@ -36,4 +37,8 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>