diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /games/nethack33-qt/files/src-Makefile.diff | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'games/nethack33-qt/files/src-Makefile.diff')
-rw-r--r-- | games/nethack33-qt/files/src-Makefile.diff | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/games/nethack33-qt/files/src-Makefile.diff b/games/nethack33-qt/files/src-Makefile.diff deleted file mode 100644 index 92f754dcd9b2..000000000000 --- a/games/nethack33-qt/files/src-Makefile.diff +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.orig Sat Apr 5 19:43:25 1997 -+++ src/Makefile Sat Apr 5 19:51:26 1997 -@@ -124,11 +124,11 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O2 -I../include --LFLAGS = -L/usr/X11/lib -L$(QTDIR)/lib -+CFLAGS = -pipe -O -I../include -+LFLAGS = -L/usr/X11R6/lib -L$(QTDIR)/lib - - # For USER_SOUNDS support, include -I/usr/X11/include --CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include -I/usr/X11/include -+CXXFLAGS = $(CFLAGS) -I. -I/usr/X11R6/include -I/usr/X11R6/include/X11/qt - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired - # combination of windowing systems. Also set windowing systems in config.h. -@@ -213,7 +213,7 @@ - # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup - # LIBS = -lsun - # --LIBS = -+LIBS = -lgnuregex - - # make NetHack - GAME = nethack |