aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2011-03-13 06:48:02 +0800
committernaddy <naddy@FreeBSD.org>2011-03-13 06:48:02 +0800
commitd3e6493cbb1c0b335887387af1b44ef7552b85f2 (patch)
tree773b3ab77fb63c77a7ab00aeefdb67be39078037 /x11-toolkits
parent21683c76700c3ca3c5c1e34218962334e86170ca (diff)
downloadfreebsd-ports-gnome-d3e6493cbb1c0b335887387af1b44ef7552b85f2.tar.gz
freebsd-ports-gnome-d3e6493cbb1c0b335887387af1b44ef7552b85f2.tar.zst
freebsd-ports-gnome-d3e6493cbb1c0b335887387af1b44ef7552b85f2.zip
Replace some @FOO@ placeholders the configure script fails to substitute.
This also obviates the need for gmake.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/vdkbuilder/Makefile1
-rw-r--r--x11-toolkits/vdkbuilder/files/patch-intl::Makefile.in21
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-toolkits/vdkbuilder/Makefile b/x11-toolkits/vdkbuilder/Makefile
index efcfc0f4ef9f..b2c2f1aa7ca2 100644
--- a/x11-toolkits/vdkbuilder/Makefile
+++ b/x11-toolkits/vdkbuilder/Makefile
@@ -18,7 +18,6 @@ COMMENT= A general ide tool for GTK+/VDK
LIB_DEPENDS= vdk-2.6:${PORTSDIR}/x11-toolkits/vdk
USE_GNOME= gtk20
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-opt=no
diff --git a/x11-toolkits/vdkbuilder/files/patch-intl::Makefile.in b/x11-toolkits/vdkbuilder/files/patch-intl::Makefile.in
new file mode 100644
index 000000000000..3ee5912a34f0
--- /dev/null
+++ b/x11-toolkits/vdkbuilder/files/patch-intl::Makefile.in
@@ -0,0 +1,21 @@
+--- intl/Makefile.in.orig 2011-03-12 23:37:02.000000000 +0100
++++ intl/Makefile.in 2011-03-12 23:38:18.000000000 +0100
+@@ -202,12 +202,12 @@ Makefile: Makefile.in ../config.status
+ # The dependency for intlh.inst is different in gettext and all other
+ # packages. Because we cannot you GNU make features we have to solve
+ # the problem while rewriting Makefile.in.
+-@GT_YES@intlh.inst: intlh.inst.in ../config.status
+-@GT_YES@ cd .. \
+-@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
+-@GT_YES@ $(SHELL) ./config.status
+-@GT_NO@.PHONY: intlh.inst
+-@GT_NO@intlh.inst:
++#intlh.inst: intlh.inst.in ../config.status
++# cd .. \
++# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \
++# $(SHELL) ./config.status
++.PHONY: intlh.inst
++intlh.inst:
+
+ # Tell versions [3.59,3.63) of GNU make not to export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.