diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-08-04 03:40:14 +0000 |
commit | 511c49bdecf1a9776490a13ab0dab1f7fc561bbf (patch) | |
tree | 813aa84d1ad8bd3cfafe0793f530eff6e9c6194c /japanese/nethack34/files/patch-ag | |
parent | - Add staging support (diff) |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
Diffstat (limited to 'japanese/nethack34/files/patch-ag')
-rw-r--r-- | japanese/nethack34/files/patch-ag | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/japanese/nethack34/files/patch-ag b/japanese/nethack34/files/patch-ag deleted file mode 100644 index 56aed0a0e35b..000000000000 --- a/japanese/nethack34/files/patch-ag +++ /dev/null @@ -1,21 +0,0 @@ ---- sys/unix/Makefile.utl.orig Sun Jun 16 03:02:10 2002 -+++ sys/unix/Makefile.utl Sun Jun 16 03:13:16 2002 -@@ -89,7 +89,17 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -+CFLAGS += -I../include -+ifeq ("$(GRAPHICS)","X11_GRAPHICS") -+CFLAGS += -DX11_GRAPHICS -+endif -+ifeq ("$(GRAPHICS)","QT_GRAPHICS") -+CFLAGS += -DQT_GRAPHICS -+endif -+ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") -+CFLAGS += -DGNOME_GRAPHICS -+endif -+ - LFLAGS = - - LIBS = |