diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:12:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:12:20 +0000 |
commit | f239ea291484a95575cd2ad99a43268434f80947 (patch) | |
tree | 277d612725807514b6721dbc45df94f3e0009f55 /print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add | |
parent | Chase the libkakasi's version bump and bump PORTREVISION. (diff) |
** ghostscript55 has been repocopied to ghostscript-gnu **
Update to GNU Ghostscript 6.51.
PR: ports/29579
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=47707
Diffstat (limited to 'print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add')
-rw-r--r-- | print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add b/print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add new file mode 100644 index 000000000000..1d2c46b8ea2e --- /dev/null +++ b/print/ghostscript-gnu/files/patch-src:contrib.mak-5.94.add @@ -0,0 +1,14 @@ +--- src/contrib.mak-5.94.add.orig Sun Oct 17 05:20:06 1999 ++++ src/contrib.mak-5.94.add Tue Jun 19 03:20:13 2001 +@@ -102,11 +102,6 @@ + $(GLOBJ)hpdjprn.$(OBJ): $(GLSRC)hpdjprn.c + $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)hpdjprn.c + +-$(GLOBJ)pclcomp.$(OBJ): $(GLSRC)pclcomp.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pclcomp.c +- +-$(GLOBJ)pagecount.$(OBJ): $(GLSRC)pagecount.c +- $(GLCC) $(C_) $(O_)$@ $(hpdj_opts) $(GLSRC)pagecount.c + + + $(DD)hpdj.dev: $(hpdj_) $(DD)page.dev |