diff options
Diffstat (limited to 'games/crossfire-cli/patches/patch-ab')
-rw-r--r-- | games/crossfire-cli/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/crossfire-cli/patches/patch-ab b/games/crossfire-cli/patches/patch-ab index e77855749dd..d954080e42e 100644 --- a/games/crossfire-cli/patches/patch-ab +++ b/games/crossfire-cli/patches/patch-ab @@ -1,6 +1,6 @@ -$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 +$NetBSD: patch-ab,v 1.2 2001/07/19 00:24:02 garbled Exp $ +--- Makefile.in.orig Sun May 13 15:03:07 2001 ++++ Makefile.in Wed Jul 18 16:42:13 2001 @@ -4,7 +4,7 @@ TAR = @TAR@ RM = @RM@ @@ -9,4 +9,4 @@ $NetBSD: patch-ab,v 1.1 2000/12/14 08:21:53 garbled Exp $ +CFLAGS = @CFLAGS@ @CPPFLAGS@ -DCLIENT_LIBDIR=\"@prefix@/share/cfclient\" -I. LDFLAGS = @LDFLAGS@ CC = @CC@ - LIBS = @LIBS@ @LIBXPM_LIB@ + LIBS = @LIBS@ @LIBXPM_LIB@ |