mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Work around a bug in FreeBSD 9 make(1).
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy PR: 210100 Reported by: vas@mpeks.tomsk.su
This commit is contained in:
parent
3d1d899a6f
commit
ad198c077a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416591
13
archivers/gtar/files/patch-po_Makefile.in.in
Normal file
13
archivers/gtar/files/patch-po_Makefile.in.in
Normal file
@ -0,0 +1,13 @@
|
||||
Work around a bug in FreeBSD 9 make(1).
|
||||
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy
|
||||
|
||||
--- po/Makefile.in.in.orig 2016-04-06 04:59:54 UTC
|
||||
+++ po/Makefile.in.in
|
||||
@@ -78,6 +78,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
|
Loading…
Reference in New Issue
Block a user