summaryrefslogtreecommitdiff
path: root/games/crossfire-cli
diff options
context:
space:
mode:
authorgarbled <garbled>2000-12-14 08:21:53 +0000
committergarbled <garbled>2000-12-14 08:21:53 +0000
commit9a141a2c35ffef646c2269207339738d5bad8a62 (patch)
tree1006d180e5de278869787cc3d2cc2c36e676a666 /games/crossfire-cli
parent5a22ee6fbaa564c0b0cf906fb3f126fbe53649e3 (diff)
downloadpkgsrc-9a141a2c35ffef646c2269207339738d5bad8a62.tar.gz
Have crossfire look in the right directory for global defaults
Diffstat (limited to 'games/crossfire-cli')
-rw-r--r--games/crossfire-cli/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/crossfire-cli/patches/patch-ab b/games/crossfire-cli/patches/patch-ab
new file mode 100644
index 00000000000..e77855749dd
--- /dev/null
+++ b/games/crossfire-cli/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2000/12/14 08:21:53 garbled Exp $
+--- Makefile.in.orig Thu Dec 14 00:49:29 2000
++++ Makefile.in Thu Dec 14 00:50:50 2000
+@@ -4,7 +4,7 @@
+ TAR = @TAR@
+ RM = @RM@
+ TARGET = @TARGET@
+-CFLAGS = @CFLAGS@ @CPPFLAGS@ -I.
++CFLAGS = @CFLAGS@ @CPPFLAGS@ -DCLIENT_LIBDIR=\"@prefix@/share/cfclient\" -I.
+ LDFLAGS = @LDFLAGS@
+ CC = @CC@
+ LIBS = @LIBS@ @LIBXPM_LIB@