diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:31:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:31:40 +0000 |
commit | 9a2b3a197f375478f59a3ea577a189895d9a0be7 (patch) | |
tree | 36fddac7602bb56beab4d5c846cc978402151a5b /games/nethack-gtk/files/src-Makefile.diff | |
parent | Adding caitoo version 0.6.6. (diff) |
Adding nethack-gtk version 1.1.5.
A nethack 3.2.3 with GTK interface and graphics.
PR: 19318
Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes:
svn path=/head/; revision=30411
Diffstat (limited to 'games/nethack-gtk/files/src-Makefile.diff')
-rw-r--r-- | games/nethack-gtk/files/src-Makefile.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-gtk/files/src-Makefile.diff b/games/nethack-gtk/files/src-Makefile.diff new file mode 100644 index 000000000000..438801a22ac7 --- /dev/null +++ b/games/nethack-gtk/files/src-Makefile.diff @@ -0,0 +1,13 @@ +--- src/Makefile.orig Wed Jun 14 22:37:10 2000 ++++ src/Makefile Wed Jun 14 22:38:40 2000 +@@ -124,8 +124,8 @@ + # flags for debugging: + # CFLAGS = -g -I../include + +-CFLAGS = -O -I../include -I/usr/X11R6/include `gtk-config --cflags` +-LFLAGS = -O -L/usr/X11R6/lib `gtk-config --libs` ++CFLAGS = -O -I../include -I/usr/X11R6/include `gtk12-config --cflags` ++LFLAGS = -O -L/usr/X11R6/lib `gtk12-config --libs` + + # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired + # combination of windowing systems. Also set windowing systems in config.h. |