diff options
Diffstat (limited to 'net-print/splix/files/splix-1.0.1_p1-fix-ppd-parallel-build.patch')
-rw-r--r-- | net-print/splix/files/splix-1.0.1_p1-fix-ppd-parallel-build.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-print/splix/files/splix-1.0.1_p1-fix-ppd-parallel-build.patch b/net-print/splix/files/splix-1.0.1_p1-fix-ppd-parallel-build.patch deleted file mode 100644 index 3b7ed93db176..000000000000 --- a/net-print/splix/files/splix-1.0.1_p1-fix-ppd-parallel-build.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ppd/Makefile.orig 2007-10-14 16:40:59.000000000 +0200 -+++ ppd/Makefile 2007-10-14 16:52:30.000000000 +0200 -@@ -25,9 +25,10 @@ - ppdc -d ./ $< - - $(LANGDRIVERSEXT): $(SOURCE) $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES)) -- ppdc -c ${PODIR}/$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@).${POEXT} -l $(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@) -d ${PODIR} $< -+ lang=$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@); \ -+ ppdc -c ${PODIR}/$$lang.${POEXT} -l $$lang -d ${PODIR}/$$lang $<; \ - for filename in ${DRIVERS}; do \ -- mv ${PODIR}/`echo $$filename`.${DRIVERSEXT} `echo $$filename`$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@).${DRIVERSEXT}; \ -+ mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \ - done - - .PHONY: update |