summaryrefslogtreecommitdiff
path: root/net/tintin++/files/patch-ac
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-08-23 19:35:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-08-23 19:35:21 +0000
commit0108f5bf0d377f866ef08e30aa379a9ad31a4dc8 (patch)
tree660ada8f412f29adde0ee767c7442c72d373e484 /net/tintin++/files/patch-ac
parentUnreak port. (diff)
Split patch files into one patch per file.
Fix build on current by #including the relevant headers instead of trying to guess declarations.
Diffstat (limited to 'net/tintin++/files/patch-ac')
-rw-r--r--net/tintin++/files/patch-ac17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/tintin++/files/patch-ac b/net/tintin++/files/patch-ac
index 6e2682995667..5e38e3befa80 100644
--- a/net/tintin++/files/patch-ac
+++ b/net/tintin++/files/patch-ac
@@ -38,20 +38,3 @@
# Autocompile all .c files into .o files using this rule:
.c.o:
---- install.sh.orig Thu Mar 25 11:13:50 1999
-+++ install.sh Tue Sep 26 18:13:52 2000
-@@ -6,11 +6,12 @@
- echo " "
- echo "Copying the tintin++ executable to \"$1\"..."
- #strip tt++
--cp tt++ "$1"
-+install -c -s -o bin -g bin -m 555 tt++ "$1"
-
- echo "Copying the tintin++ help file to \"$2\"..."
- if [ "$3" ]; then
-- cp support/.tt_help.txt.Z "$2/"
-+ [ -d "$2" ] || mkdir -p "$2"
-+ install -c -o bin -g bin -m 555 support/.tt_help.txt.Z "$2/"
- fi
-
- echo