1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/nethack-gtk/files/src-Makefile.diff
Steve Price 9a2b3a197f 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>
2000-07-10 03:31:40 +00:00

14 lines
559 B
Diff

--- 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.