From d9616e5a763d1ab83ebac479e3b2222db5c3f87f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 19:39:50 +0000 Subject: Rename all 10,000 games/ patch-xy patches to reflect the files they modify. --- games/spellcast/files/patch-Makefile | 17 +++++++++++++++++ games/spellcast/files/patch-aa | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 games/spellcast/files/patch-Makefile delete mode 100644 games/spellcast/files/patch-aa (limited to 'games/spellcast') diff --git a/games/spellcast/files/patch-Makefile b/games/spellcast/files/patch-Makefile new file mode 100644 index 000000000000..ef61d96ac23c --- /dev/null +++ b/games/spellcast/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig Sat Jan 15 07:41:10 1994 ++++ Makefile Fri Nov 10 19:25:53 2000 +@@ -22,11 +22,11 @@ + # all the time, try uncommenting the next line. + #OTHERLIBS = -lbsdmalloc + +-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \ ++CFLAGS += -I${LOCALBASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \ + -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) +-LFLAGS = -g ++LFLAGS = + +-XLIB = -L/usr/local/lib -lX11 ++XLIB = -L${LOCALBASE}/lib -lX11 + + OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o + XOBJS = main.o xtext.o xquery.o xloop.o xgest.o xbutton.o xtalk.o diff --git a/games/spellcast/files/patch-aa b/games/spellcast/files/patch-aa deleted file mode 100644 index ef61d96ac23c..000000000000 --- a/games/spellcast/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig Sat Jan 15 07:41:10 1994 -+++ Makefile Fri Nov 10 19:25:53 2000 -@@ -22,11 +22,11 @@ - # all the time, try uncommenting the next line. - #OTHERLIBS = -lbsdmalloc - --CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \ -+CFLAGS += -I${LOCALBASE}/include -I./bitmaps -DBODYFONT=$(FONT1) \ - -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR) --LFLAGS = -g -+LFLAGS = - --XLIB = -L/usr/local/lib -lX11 -+XLIB = -L${LOCALBASE}/lib -lX11 - - OBJS = engine.o espells.o execute.o execute2.o emonster.o etran.o - XOBJS = main.o xtext.o xquery.o xloop.o xgest.o xbutton.o xtalk.o -- cgit v1.2.3