From e5540f4b4bc7ce8ec566945ad5cddebbc5a09ecd Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 16 Aug 2007 15:21:14 +0000 Subject: - Add missing patch in 8.60 update PR: ports/115395 Submitted by: KATO Tsuguru --- print/ghostscript-gpl/files/patch-src__devs.mak | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 print/ghostscript-gpl/files/patch-src__devs.mak (limited to 'print/ghostscript-gpl/files') diff --git a/print/ghostscript-gpl/files/patch-src__devs.mak b/print/ghostscript-gpl/files/patch-src__devs.mak new file mode 100644 index 000000000000..9f95e8bc0c5d --- /dev/null +++ b/print/ghostscript-gpl/files/patch-src__devs.mak @@ -0,0 +1,25 @@ +--- src/devs.mak.orig Thu Jun 7 07:03:27 2007 ++++ src/devs.mak Wed Aug 8 23:26:52 2007 +@@ -426,11 +426,11 @@ + ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT + + $(GLOBJ)lvga256.so: $(lvga256_) +- $(CCLD) -shared -Wl,'-solvga256.so' $(lvga256_) -lvga -lvgagl ++ $(CCLD) -shared -Wl,'-solvga256.so' $(lvga256_) -lvga -lvgagl $(XLDFLAGS) + mv lvga256.so $(GLOBJ)lvga256.so + + $(GLOBJ)vgalib.so: $(vgalib_) +- $(CCLD) -shared -Wl,'-sovgalib.so' $(vgalib_) -lvga -lvgagl ++ $(CCLD) -shared -Wl,'-sovgalib.so' $(vgalib_) -lvga -lvgagl $(XLDFLAGS) + mv vgalib.so $(GLOBJ)vgalib.so + + ### -------------------------- The X11 device -------------------------- ### +@@ -534,7 +534,7 @@ + ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT + + $(GLOBJ)X11.so: $(x11alt_) $(x11_) +- $(CCLD) -shared -Wl,'-soX11.so' $(x11alt_) $(x11_) -L/usr/X11R6/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS) ++ $(CCLD) -shared -Wl,'-soX11.so' $(x11alt_) $(x11_) -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS) + mv X11.so $(GLOBJ)X11.so + + ###### --------------- Memory-buffered printer devices --------------- ###### -- cgit v1.2.3