diff options
author | truckman <truckman@FreeBSD.org> | 2015-01-19 01:36:12 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-01-19 01:36:12 +0800 |
commit | 601b27fe35d3dcd1de456efb957da7124d43ff12 (patch) | |
tree | 95f62d2525cca7839952b6a1920a6d0976408463 /graphics | |
parent | 9d250698fd6b432690aeb4c0da664e9926c4ea33 (diff) | |
download | freebsd-ports-gnome-601b27fe35d3dcd1de456efb957da7124d43ff12.tar.gz freebsd-ports-gnome-601b27fe35d3dcd1de456efb957da7124d43ff12.tar.zst freebsd-ports-gnome-601b27fe35d3dcd1de456efb957da7124d43ff12.zip |
Add a patch to nuke an extraneous $ in configure.ac that
gives the FreeBSD 8 version of /bin/sh heartburn.
PR: 196780
Differential Revision: https://reviews.freebsd.org/D1546
Approved by: mat (mentor)
Approved by: cyberbotx@cyberbotx.com (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libspiro/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libspiro/files/patch-configure.ac b/graphics/libspiro/files/patch-configure.ac new file mode 100644 index 000000000000..77e85a90663d --- /dev/null +++ b/graphics/libspiro/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2013-12-04 07:35:06 UTC ++++ configure.ac +@@ -137,7 +137,7 @@ AC_CANONICAL_HOST + #------------------------------------------- + # Pass variables to MAKEFILE.AM + AC_SUBST(HOST,$host) +-AC_SUBST(LIBSPIRO_VERSION,$spiro_info) ++AC_SUBST(LIBSPIRO_VERSION,spiro_info) + + #------------------------------------------- + # Check for and add usable compiler warnings |