diff options
author | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:38:40 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2023-06-30 23:54:46 +0200 |
commit | 81c4ecd37c4a21200f1989d043d23354f28ff7d7 (patch) | |
tree | f04b09997f08db373cfa1d020b1c9359bf48c2bf /print/ghostscript7-x11/files/patch-src_int.mak | |
parent | sysutils/backdown: Add new port (diff) |
cleanup: Remove expired GhostScript 7 ports:
2023-06-30 print/ghostscript7-base: Obsolete and unsupported upstream, consider using a more recent version
2023-06-30 print/ghostscript7-commfont: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-korfont: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-x11: Obsolete and unsupported upstream
2023-06-30 print/ghostscript7-jpnfont: Obsolete and unsupported upstream
Diffstat (limited to 'print/ghostscript7-x11/files/patch-src_int.mak')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_int.mak | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_int.mak b/print/ghostscript7-x11/files/patch-src_int.mak deleted file mode 100644 index 01b748aeba23..000000000000 --- a/print/ghostscript7-x11/files/patch-src_int.mak +++ /dev/null @@ -1,24 +0,0 @@ ---- src/int.mak.orig 2003-01-17 00:49:04 UTC -+++ src/int.mak -@@ -953,10 +953,10 @@ $(PSOBJ)iccfont.$(OBJ) : $(PSSRC)iccfont - - # We select either iccinit0 or iccinit1 depending on COMPILE_INITS. - --$(PSOBJ)iccinit0.$(OBJ) : $(PSSRC)iccinit0.c $(stdpre_h) -+$(PSOBJ)iccinit0.$(OBJ) : $(arch_h) $(PSSRC)iccinit0.c $(stdpre_h) - $(PSCC) $(PSO_)iccinit0.$(OBJ) $(C_) $(PSSRC)iccinit0.c - --$(PSOBJ)iccinit1.$(OBJ) : $(PSOBJ)gs_init.$(OBJ) -+$(PSOBJ)iccinit1.$(OBJ) : $(arch_h) $(PSOBJ)gs_init.$(OBJ) - $(CP_) $(PSOBJ)gs_init.$(OBJ) $(PSOBJ)iccinit1.$(OBJ) - - # All the gs_*.ps files should be prerequisites of gs_init.c, -@@ -964,7 +964,7 @@ $(PSOBJ)iccinit1.$(OBJ) : $(PSOBJ)gs_ini - $(PSGEN)gs_init.c : $(PSLIB)$(GS_INIT) $(GENINIT_XE) $(gconfig_h) - $(EXP)$(GENINIT_XE) -I $(PSLIB) $(GS_INIT) $(gconfig_h) -c $(PSGEN)gs_init.c - --$(PSOBJ)gs_init.$(OBJ) : $(PSGEN)gs_init.c $(stdpre_h) -+$(PSOBJ)gs_init.$(OBJ) : $(arch_h) $(PSGEN)gs_init.c $(stdpre_h) - $(PSCC) $(PSO_)gs_init.$(OBJ) $(C_) $(PSGEN)gs_init.c - - # ---------------- Stochastic halftone ---------------- # |