aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-06-14 14:30:05 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-06-14 14:30:05 +0000
commit396c1149db1da324ab1db08f1edc13430f1863e4 (patch)
tree2d8fff1835e5e33e2d827295d00194d81cce68ff /games
parentb6aae24996edbb8f955c8889c8f06cba7fecaa87 (diff)
downloadports-396c1149db1da324ab1db08f1edc13430f1863e4.tar.gz
ports-396c1149db1da324ab1db08f1edc13430f1863e4.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/nethack-gtk/Makefile1
-rw-r--r--games/nethack-gtk/files/src-Makefile.diff4
-rw-r--r--games/nethack32-gtk/Makefile1
-rw-r--r--games/nethack32-gtk/files/src-Makefile.diff4
4 files changed, 4 insertions, 6 deletions
diff --git a/games/nethack-gtk/Makefile b/games/nethack-gtk/Makefile
index 89d63b1418cf..43ff33c9dd4d 100644
--- a/games/nethack-gtk/Makefile
+++ b/games/nethack-gtk/Makefile
@@ -4,7 +4,6 @@
#
# $FreeBSD$
#
-BROKEN= Gtk+-1.2.9 does not allow setuid program
PORTNAME= nethack
PORTVERSION= 1.1.5
diff --git a/games/nethack-gtk/files/src-Makefile.diff b/games/nethack-gtk/files/src-Makefile.diff
index 1d3ff896188d..3ce69c568c15 100644
--- a/games/nethack-gtk/files/src-Makefile.diff
+++ b/games/nethack-gtk/files/src-Makefile.diff
@@ -6,8 +6,8 @@
-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 `${GTK_CONFIG} --cflags`
-+LFLAGS = -O -L/usr/X11R6/lib `${GTK_CONFIG} --libs`
++CFLAGS += -I../include -I${X11BASE}/include `${GTK_CONFIG} --cflags`
++LFLAGS = -L${X11BASE}/lib `${GTK_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.
diff --git a/games/nethack32-gtk/Makefile b/games/nethack32-gtk/Makefile
index 89d63b1418cf..43ff33c9dd4d 100644
--- a/games/nethack32-gtk/Makefile
+++ b/games/nethack32-gtk/Makefile
@@ -4,7 +4,6 @@
#
# $FreeBSD$
#
-BROKEN= Gtk+-1.2.9 does not allow setuid program
PORTNAME= nethack
PORTVERSION= 1.1.5
diff --git a/games/nethack32-gtk/files/src-Makefile.diff b/games/nethack32-gtk/files/src-Makefile.diff
index 1d3ff896188d..3ce69c568c15 100644
--- a/games/nethack32-gtk/files/src-Makefile.diff
+++ b/games/nethack32-gtk/files/src-Makefile.diff
@@ -6,8 +6,8 @@
-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 `${GTK_CONFIG} --cflags`
-+LFLAGS = -O -L/usr/X11R6/lib `${GTK_CONFIG} --libs`
++CFLAGS += -I../include -I${X11BASE}/include `${GTK_CONFIG} --cflags`
++LFLAGS = -L${X11BASE}/lib `${GTK_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.