pkgsrc/print/ghostscript6/patches/patch-as
joerg 27564cf95a Reimport print/ghostscript as print/ghostscript6 in preparation of
merging ghostscript-gnu and ghostscript-afpl.
2006-12-27 17:39:14 +00:00

13 lines
654 B
Text

$NetBSD: patch-as,v 1.1.1.1 2006/12/27 17:39:14 joerg 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)