summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-06 22:19:14 +0000
committerwiz <wiz@pkgsrc.org>2012-06-06 22:19:14 +0000
commit1108faf47060e8a47bc8989e649924e58f02a0fa (patch)
tree52ed4fd7a1945926b55dc965b21bc05a4cba5c03 /meta-pkgs
parent2ece4718db8902ad7583a0f14bb4d34971b6dba7 (diff)
downloadpkgsrc-1108faf47060e8a47bc8989e649924e58f02a0fa.tar.gz
Add hacks file for autoconf macro issue with space, affecting lots of
xorg packages.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/modular-xorg/hacks.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-pkgs/modular-xorg/hacks.mk b/meta-pkgs/modular-xorg/hacks.mk
new file mode 100644
index 00000000000..e0e4f326455
--- /dev/null
+++ b/meta-pkgs/modular-xorg/hacks.mk
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2012/06/06 22:19:14 wiz Exp $
+
+# hack for wrong autoconf snippet that was propagated to too many xorg packages
+
+SUBST_CLASSES+= xorg-autoconf-err
+SUBST_SED.xorg-autoconf-err= -e 's/as_echo \(xorg_cv_cc_flag_-errwarn=E_NO_EXPLICIT_TYPE_GIVEN -errwarn=E_NO_IMPLICIT_DECL_ALLOWED\)/as_echo "\1"/'
+SUBST_FILES.xorg-autoconf-err= configure
+SUBST_STAGE.xorg-autoconf-err= pre-configure
+SUBST_MESSAGE.xorg-autoconf-err= Fix error in configure script propagated from xorg autoconf macros.