diff options
Diffstat (limited to 'print/ghostscript8-base/files/patch-base_unix-dll.mak')
-rw-r--r-- | print/ghostscript8-base/files/patch-base_unix-dll.mak | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/print/ghostscript8-base/files/patch-base_unix-dll.mak b/print/ghostscript8-base/files/patch-base_unix-dll.mak new file mode 100644 index 000000000000..55eef1884d19 --- /dev/null +++ b/print/ghostscript8-base/files/patch-base_unix-dll.mak @@ -0,0 +1,17 @@ +--- base/unix-dll.mak.orig 2009-10-19 20:24:53 UTC ++++ base/unix-dll.mak +@@ -79,12 +79,11 @@ $(GS_SO_MAJOR): $(GS_SO_MAJOR_MINOR) + # Build the small Ghostscript loaders, with Gtk+ and without + + $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) +- $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \ +- $(LDFLAGS) -L$(BINDIR) -l$(GS) ++ $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c -L$(BINDIR) -l$(GS) + + $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) + $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \ +- $(LDFLAGS) -L$(BINDIR) -l$(GS) $(SOC_LIBS) ++ -L$(BINDIR) -l$(GS) $(SOC_LIBS) + + # ------------------------- Recursive make targets ------------------------- # + |