pkgsrc/print/ghostscript-esp/patches/patch-ab
bouyer c492b1e7fb libXt also need libSM,libICE.
Reduce the number of duplicate -L and -Wl,-R on link command line, the
solaris linker seems to have limitations here.
2002-10-24 20:08:22 +00:00

24 lines
702 B
Text

$NetBSD: patch-ab,v 1.2 2002/10/24 20:08:23 bouyer Exp $
--- src/Makefile.in.orig Fri Jul 19 00:19:50 2002
+++ src/Makefile.in Thu Oct 24 21:22:40 2002
@@ -63,8 +63,8 @@
gsdir = $(datadir)/ghostscript
gsdatadir = $(gsdir)/$(GS_DOT_VERSION)
-docdir=$(gsdatadir)/doc
-exdir=$(gsdatadir)/examples
+docdir=$(datadir)/doc/html/ghostscript
+exdir=$(datadir)/examples/ghostscript
GS_DOCDIR=$(docdir)
# Define the default directory/ies for the runtime
@@ -280,7 +280,7 @@
# on most modern platforms.
XLIBDIRS=@X_LIBS@
XLIBDIR=
-XLIBS=Xt Xext X11
+XLIBS=Xt Xext X11 SM ICE
# Define whether this platform has floating point hardware:
# FPU_TYPE=2 means floating point is faster than fixed point.