aboutsummaryrefslogtreecommitdiff
path: root/archivers/gcpio
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-09-19 22:04:27 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-09-19 22:04:27 +0000
commit477535a22017c155149c861ebd3137b3b5d37a24 (patch)
tree653f2b026512cb165e49a8585ea7d0325bd59b56 /archivers/gcpio
parentb3bf4f319f8b899f1dbcd3ecfe9458c0a92f1d11 (diff)
downloadports-477535a22017c155149c861ebd3137b3b5d37a24.tar.gz
ports-477535a22017c155149c861ebd3137b3b5d37a24.zip
Build fix for FreeBSD 9. Define variable, since the old make throws
Error expanding embedded variable. for this valid construct: FOO = BAR = $(FOO$(BAZ)) all: $(BAR) The bug is fixed in bmake. Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=397339
Diffstat (limited to 'archivers/gcpio')
-rw-r--r--archivers/gcpio/files/patch-po_Makefile.in.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/gcpio/files/patch-po_Makefile.in.in b/archivers/gcpio/files/patch-po_Makefile.in.in
new file mode 100644
index 000000000000..c1cefcaa4416
--- /dev/null
+++ b/archivers/gcpio/files/patch-po_Makefile.in.in
@@ -0,0 +1,10 @@
+--- po/Makefile.in.in.orig 2015-09-12 10:51:46 UTC
++++ po/Makefile.in.in
+@@ -80,6 +80,7 @@ CATALOGS = @CATALOGS@
+ POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
+ POFILESDEPS_yes = $(POFILESDEPS_)
+ POFILESDEPS_no =
++PO_DEPENDS_ON_POT =
+ POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT))
+
+ DISTFILESDEPS_ = update-po