aboutsummaryrefslogtreecommitdiff
path: root/games/unnethack/files/patch-makefile.src
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2012-08-17 10:20:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2012-08-17 10:20:48 +0000
commit28d9ae65c1b7cc58ccfaf9940a3f70cf6dbbb502 (patch)
tree09211855a0c54fff9edd7b1a6d352be3acd73ebf /games/unnethack/files/patch-makefile.src
parent1f26fe5fda81b003ddd37cb3e8e2a692ecddbbdf (diff)
downloadports-28d9ae65c1b7cc58ccfaf9940a3f70cf6dbbb502.tar.gz
ports-28d9ae65c1b7cc58ccfaf9940a3f70cf6dbbb502.zip
Update unnethack to 4.0.0.20120401.
Chagne the place for variable files from $PREFIX/share/unnethack to $PREFIX/var/games/unnethack.
Notes
Notes: svn path=/head/; revision=302674
Diffstat (limited to 'games/unnethack/files/patch-makefile.src')
-rw-r--r--games/unnethack/files/patch-makefile.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/unnethack/files/patch-makefile.src b/games/unnethack/files/patch-makefile.src
deleted file mode 100644
index e8c61554a84b..000000000000
--- a/games/unnethack/files/patch-makefile.src
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- sys/autoconf/Makefile.src.orig 2010-01-10 23:51:59.000000000 +0900
-+++ sys/autoconf/Makefile.src 2010-01-19 14:57:58.042797577 +0900
-@@ -30,8 +30,8 @@
- CC = @CC@ -DAUTOCONF
- WINDRES = @WINDRES@
-
--CFLAGS = -Wall -I../include -I$(srcdir)/../include @CFLAGS@ #-fbounds-check #-fprofile-arcs -ftest-coverage
--LFLAGS = @LFLAGS@ #-fbounds-check
-+CFLAGS = -Wall -I../include -I$(srcdir)/../include -I$(LOCALBASE)/include @CFLAGS@ #-fbounds-check #-fprofile-arcs -ftest-coverage
-+LFLAGS = -L$(LOCALBASE)/lib @LFLAGS@ #-fbounds-check
-
- # Only used for the Gnome interface.
- GNOMEINC=`gnome-config gnome --cflags` -I$(srcdir)/../win/gnome