aboutsummaryrefslogtreecommitdiff
path: root/games/xchadance/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xchadance/files/patch-aa')
-rw-r--r--games/xchadance/files/patch-aa26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/xchadance/files/patch-aa b/games/xchadance/files/patch-aa
new file mode 100644
index 000000000000..5412997e8624
--- /dev/null
+++ b/games/xchadance/files/patch-aa
@@ -0,0 +1,26 @@
+--- makefile.orig Mon Mar 7 22:10:46 1994
++++ makefile Fri Feb 19 08:58:24 1999
+@@ -1,6 +1,7 @@
+ CC = gcc
+-CFLAGS = -Wall -O
+-BINDIR = /usr/local/bin/
++CFLAGS+= -I${PREFIX}/include
++LDFLAGS+= -L${PREFIX}/lib -lX11
++BINDIR= ${PREFIX}/bin/
+
+
+ all : xchadance
+@@ -9,11 +10,11 @@
+ rm *.o *~ *.bak core.* a.out
+
+ install :
+- cp xchadance $(BINDIR)
++ install -s xchadance $(BINDIR)
+
+
+ xchadance : xchadance.o chadata.o
+- $(CC) xchadance.o chadata.o -o xchadance -lX11
++ $(CC) xchadance.o chadata.o -o xchadance ${LDFLAGS}
+
+
+ xchadance.o : xchadance.c xchadance.h