aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-04-18 13:47:31 +0800
committerasami <asami@FreeBSD.org>2001-04-18 13:47:31 +0800
commite255aeae6e69444303abda4968c2d0425a54ea14 (patch)
tree1299632846b26b25b7490287e4f24274b226ae10 /audio
parent912bc07f6e99aa48d65beb978d7c2c3d5ad32803 (diff)
downloadfreebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.tar.gz
freebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.tar.zst
freebsd-ports-gnome-e255aeae6e69444303abda4968c2d0425a54ea14.zip
Pass ${CONFIGURE_ENV} to MAKE_ENV too, this fixes a problem with
configure/build. Submitted by: will
Diffstat (limited to 'audio')
-rw-r--r--audio/kdemultimedia2/Makefile1
-rw-r--r--audio/kdemultimedia3/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/kdemultimedia2/Makefile b/audio/kdemultimedia2/Makefile
index d48aa57852fc..5ca5814c2306 100644
--- a/audio/kdemultimedia2/Makefile
+++ b/audio/kdemultimedia2/Makefile
@@ -22,6 +22,7 @@ USE_AUTOCONF= yes
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
USE_GMAKE= yes
+MAKE_ENV= ${CONFIGURE_ENV}
pre-configure:
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4
diff --git a/audio/kdemultimedia3/Makefile b/audio/kdemultimedia3/Makefile
index d48aa57852fc..5ca5814c2306 100644
--- a/audio/kdemultimedia3/Makefile
+++ b/audio/kdemultimedia3/Makefile
@@ -22,6 +22,7 @@ USE_AUTOCONF= yes
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
USE_GMAKE= yes
+MAKE_ENV= ${CONFIGURE_ENV}
pre-configure:
${PERL} -pi -e "s@all_includes=\"@all_includes=\"-I/usr/include @g" ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4