diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
commit | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (patch) | |
tree | f1d64a9e396a97d08c7dc5b7eed24efc11a3fa10 /net-p2p/teknap/files | |
parent | Implement USE_GTK, part 2. (diff) |
Implment WANT_GTK.
Diffstat (limited to 'net-p2p/teknap/files')
-rw-r--r-- | net-p2p/teknap/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa index fac576d842ec..9ce74dbfd745 100644 --- a/net-p2p/teknap/files/patch-aa +++ b/net-p2p/teknap/files/patch-aa @@ -1,5 +1,14 @@ --- Makefile.in.orig Thu Jun 22 11:32:39 2000 +++ Makefile.in Thu Jul 6 01:10:22 2000 +@@ -34,7 +34,7 @@ + NAPLIB = @NAPLIB@ + + CC = @CC@ +-DEFS = -I$$(srcdir)/../include -I$(topdir)/include ++DEFS = -I. -I$(topdir)/include -I- + LIBS = @LIBS@ + INCLUDES = @INCLUDES@ + @@ -58,8 +58,8 @@ # This command will be used to install the BitchX help files. If you don't |