diff options
author | garbled <garbled@pkgsrc.org> | 2000-12-14 08:21:53 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2000-12-14 08:21:53 +0000 |
commit | 7e71ecc7c0188ac9acc2b910db9b4ff44a9da219 (patch) | |
tree | 1006d180e5de278869787cc3d2cc2c36e676a666 /games | |
parent | 89623e73977fa8b1b7421ad1f5a5696a7fe6a1e6 (diff) | |
download | pkgsrc-7e71ecc7c0188ac9acc2b910db9b4ff44a9da219.tar.gz |
Have crossfire look in the right directory for global defaults
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-cli/patches/patch-ab | 12 |
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@ |