summaryrefslogtreecommitdiff
path: root/print/ghostscript/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript/patches/patch-as')
-rw-r--r--print/ghostscript/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript/patches/patch-as b/print/ghostscript/patches/patch-as
new file mode 100644
index 00000000000..f6da5b21f0e
--- /dev/null
+++ b/print/ghostscript/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2005/12/09 20:30:16 wiz Exp $
+
+--- src/unix-end.mak.orig Thu Mar 9 03:40:44 2000
++++ src/unix-end.mak Mon May 1 20:26:24 2000
+@@ -36,7 +36,7 @@
+ @if test ! -d $(PSOBJDIR)/$(PGRELDIR); then mkdir $(PSOBJDIR)/$(PGRELDIR); fi
+
+ PGDEFS=GENOPT='-DPROFILE' CFLAGS='$(CFLAGS_PROFILE) $(GCFLAGS) $(XCFLAGS)'\
+- LDFLAGS='$(XLDFLAGS) -pg' XLIBS='Xt SM ICE Xext X11' CC_LEAF='$(CC_LEAF_PG)'\
++ LDFLAGS='$(XLDFLAGS) -pg' XLIBS='$(XLIBS)' CC_LEAF='$(CC_LEAF_PG)'\
+ BINDIR=$(BINDIR)/$(PGRELDIR)\
+ GLGENDIR=$(GLGENDIR)/$(PGRELDIR) GLOBJDIR=$(GLOBJDIR)/$(PGRELDIR)\
+ PSGENDIR=$(PSGENDIR)/$(PGRELDIR) PSOBJDIR=$(PSOBJDIR)/$(PGRELDIR)