diff options
Diffstat (limited to 'print/ghostscript8/files/patch-base-unix-dll.mak')
-rw-r--r-- | print/ghostscript8/files/patch-base-unix-dll.mak | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/print/ghostscript8/files/patch-base-unix-dll.mak b/print/ghostscript8/files/patch-base-unix-dll.mak deleted file mode 100644 index 96876e3bfb15..000000000000 --- a/print/ghostscript8/files/patch-base-unix-dll.mak +++ /dev/null @@ -1,17 +0,0 @@ ---- base/unix-dll.mak.orig 2009-10-20 05:24:53.000000000 +0900 -+++ base/unix-dll.mak 2010-04-03 12:22:35.000000000 +0900 -@@ -79,12 +79,11 @@ - # 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 ------------------------- # - |