summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_ijs.mak
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-06-30 23:38:40 +0200
committerRene Ladan <rene@FreeBSD.org>2023-06-30 23:54:46 +0200
commit81c4ecd37c4a21200f1989d043d23354f28ff7d7 (patch)
treef04b09997f08db373cfa1d020b1c9359bf48c2bf /print/ghostscript7-x11/files/patch-src_ijs.mak
parentsysutils/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_ijs.mak')
-rw-r--r--print/ghostscript7-x11/files/patch-src_ijs.mak20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_ijs.mak b/print/ghostscript7-x11/files/patch-src_ijs.mak
deleted file mode 100644
index 0f85a8ca35fe..000000000000
--- a/print/ghostscript7-x11/files/patch-src_ijs.mak
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/ijs.mak.orig 2003-01-17 00:49:04 UTC
-+++ src/ijs.mak
-@@ -66,7 +66,7 @@ ijs_h=$(IJSSRC)ijs.h
- ijs_client_h=$(IJSSRC)$(D)ijs_client.h
- ijs_server_h=$(IJSSRC)$(D)ijs_server.h
-
--$(IJSOBJ)ijs.$(OBJ) : $(IJSSRC)ijs.c $(IJSDEP) $(ijs_h)
-+$(IJSOBJ)ijs.$(OBJ) : ${ECHOGS_XE} $(IJSSRC)ijs.c $(IJSDEP) $(ijs_h)
- # echo $(IJS_CCFLAGS)
- $(EXP)$(ECHOGS_XE) $(IJS_CCFLAGS)
- $(IJS_CC) $(IJSO_)ijs.$(OBJ) $(C_) $(IJSSRC)ijs.c
-@@ -79,7 +79,7 @@ $(IJSOBJ)ijs_server.$(OBJ) : $(IJSSRC)ij
- $(IJSDEP) $(ijs_h) $(ijs_server_h)
- $(IJS_CC) $(IJSO_)ijs_server.$(OBJ) $(C_) $(IJSSRC)ijs_server.c
-
--$(IJSOBJ)ijs_exec_unix.$(OBJ) : $(IJSSRC)ijs_exec_unix.c \
-+$(IJSOBJ)ijs_exec_unix.$(OBJ) : $(arch_h) $(IJSSRC)ijs_exec_unix.c \
- $(IJSDEP) $(ijs_h) $(ijs_client_h)
- $(IJS_CC) $(IJSO_)ijs_exec_unix.$(OBJ) $(C_) $(IJSSRC)ijs_exec_unix.c
-