mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Correct minor linuxism in cups module: make different language modules
actually different. PR: ports/67551 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
This commit is contained in:
parent
7cc864118a
commit
eb0a960bc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110836
3 changed files with 33 additions and 0 deletions
|
@ -14,3 +14,14 @@ $FreeBSD$
|
|||
LIBPRINTUT = $(top_builddir)/lib/libprintut.la
|
||||
LIBS = $(INTLLIBS) @LIBS@
|
||||
|
||||
--- src/cups/Makefile.in.orig Fri Sep 5 02:16:48 2003
|
||||
+++ src/cups/Makefile.in Fri Sep 5 02:17:15 2003
|
||||
@@ -765,7 +765,7 @@
|
||||
for language in $(LINGUAS) ; do \
|
||||
mkdir ppd/$$language ; \
|
||||
echo "$$language:" ; \
|
||||
- LANGUAGE=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
+ LANG=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
done
|
||||
$(RM) -r catalog
|
||||
|
||||
|
|
|
@ -14,3 +14,14 @@ $FreeBSD$
|
|||
LIBPRINTUT = $(top_builddir)/lib/libprintut.la
|
||||
LIBS = $(INTLLIBS) @LIBS@
|
||||
|
||||
--- src/cups/Makefile.in.orig Fri Sep 5 02:16:48 2003
|
||||
+++ src/cups/Makefile.in Fri Sep 5 02:17:15 2003
|
||||
@@ -765,7 +765,7 @@
|
||||
for language in $(LINGUAS) ; do \
|
||||
mkdir ppd/$$language ; \
|
||||
echo "$$language:" ; \
|
||||
- LANGUAGE=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
+ LANG=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
done
|
||||
$(RM) -r catalog
|
||||
|
||||
|
|
|
@ -14,3 +14,14 @@ $FreeBSD$
|
|||
LIBPRINTUT = $(top_builddir)/lib/libprintut.la
|
||||
LIBS = $(INTLLIBS) @LIBS@
|
||||
|
||||
--- src/cups/Makefile.in.orig Fri Sep 5 02:16:48 2003
|
||||
+++ src/cups/Makefile.in Fri Sep 5 02:17:15 2003
|
||||
@@ -765,7 +765,7 @@
|
||||
for language in $(LINGUAS) ; do \
|
||||
mkdir ppd/$$language ; \
|
||||
echo "$$language:" ; \
|
||||
- LANGUAGE=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
+ LANG=$$language ./genppd --prefix=ppd/$$language --catalog=`pwd`/catalog/share/locale ; \
|
||||
done
|
||||
$(RM) -r catalog
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue