diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-28 14:06:24 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-28 14:06:24 +0000 |
commit | a8c844f0bcf52668f1561be6a1e4726b10891f46 (patch) | |
tree | 02e4a79acf2c79e0e238d3ea22f1393c317b4592 /games/heroes/files | |
parent | 2d2f3f21b38a633c2ec710255d1e39cc9e808546 (diff) | |
download | FreeBSD-ports-a8c844f0bcf52668f1561be6a1e4726b10891f46.zip FreeBSD-ports-a8c844f0bcf52668f1561be6a1e4726b10891f46.tar.gz |
Update to 0.6.
Diffstat (limited to 'games/heroes/files')
-rw-r--r-- | games/heroes/files/patch-aa | 25 | ||||
-rw-r--r-- | games/heroes/files/patch-ae | 20 |
2 files changed, 36 insertions, 9 deletions
diff --git a/games/heroes/files/patch-aa b/games/heroes/files/patch-aa index bc4a81b..5985845 100644 --- a/games/heroes/files/patch-aa +++ b/games/heroes/files/patch-aa @@ -1,11 +1,18 @@ ---- configure 2000/08/15 10:44:11 1.1 -+++ configure 2000/08/15 10:44:29 -@@ -2323,7 +2323,7 @@ +--- 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}- - --if test ${musicdir}x = x; then -+if test "${musicdir}"x = x; then - NOSOUND_TRUE= - NOSOUND_FALSE='#' - else + # 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 new file mode 100644 index 0000000..412aac8 --- /dev/null +++ b/games/heroes/files/patch-ae @@ -0,0 +1,20 @@ +--- 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) |