summaryrefslogtreecommitdiff
path: root/games/heroes/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-29 14:37:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-29 14:37:46 +0000
commit53c1d880589bc6f2794e31844a9bebc363f08767 (patch)
treeb6005ad6378183963cdf394b58586d07543332f2 /games/heroes/files
parentUpgrade to 17.1.2. (diff)
Update to 0.7.
Diffstat (limited to 'games/heroes/files')
-rw-r--r--games/heroes/files/patch-aa18
-rw-r--r--games/heroes/files/patch-ae20
2 files changed, 0 insertions, 38 deletions
diff --git a/games/heroes/files/patch-aa b/games/heroes/files/patch-aa
deleted file mode 100644
index 5985845e3439..000000000000
--- a/games/heroes/files/patch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure 2000/09/28 13:06:54 1.1
-+++ configure 2000/09/28 13:07:43
-@@ -894,10 +894,11 @@
-
- # The aliases save the names the user supplied, while $host etc.
- # will get canonicalized.
--test -n "$target_alias" &&
-- test "$program_prefix$program_suffix$program_transform_name" = \
-- NONENONEs,x,x, &&
-- program_prefix=${target_alias}-
-+# I H A T E A U T O C R A P!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-+#test -n "$target_alias" &&
-+# test "$program_prefix$program_suffix$program_transform_name" = \
-+# NONENONEs,x,x, &&
-+# program_prefix=${target_alias}-
-
- # Find a good install program. We prefer a C program (faster),
- # so one script is as good as another. But avoid the broken or
diff --git a/games/heroes/files/patch-ae b/games/heroes/files/patch-ae
deleted file mode 100644
index 412aac8d1495..000000000000
--- a/games/heroes/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/Makefile.in 2000/09/28 12:23:33 1.1
-+++ lib/Makefile.in 2000/09/28 12:24:16
-@@ -109,7 +109,7 @@
- INCLUDES = -I../src
-
- # These files are always compiled
--libheroes_a_SOURCES = getopt.c getopt1.c getshline.c
-+libheroes_a_SOURCES = getshline.c
-
-
- # Additional files to compile, when functions are missing.
-@@ -125,7 +125,7 @@
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
--libheroes_a_OBJECTS = getopt.o getopt1.o getshline.o
-+libheroes_a_OBJECTS = getshline.o
- AR = ar
- CFLAGS = @CFLAGS@
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)