freebsd-ports/archivers/gcpio/files/patch-po_Makefile.in.in
Christian Weisgerber 477535a220 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
2015-09-19 22:04:27 +00:00

10 lines
308 B
Text

--- 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