summaryrefslogtreecommitdiff
path: root/games/mahjong/files/patch-Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-12 00:59:55 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-12 00:59:55 +0000
commit9b873c9c5d34617a1771ee9257764035b5e4f695 (patch)
treee5ebf242af59c8a47d8a5fc891aaeac7e759f26d /games/mahjong/files/patch-Makefile
parentUpdate to 3.31 (diff)
Update to 1.3.2
PR: 35790 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=55909
Diffstat (limited to '')
-rw-r--r--games/mahjong/files/patch-Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/games/mahjong/files/patch-Makefile b/games/mahjong/files/patch-Makefile
deleted file mode 100644
index 451672405ad6..000000000000
--- a/games/mahjong/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig Wed Jan 2 23:23:30 2002
-+++ Makefile Sat Jan 5 19:48:56 2002
-@@ -35,7 +35,7 @@
- # (Don't bother with this on Windows; I don't have an install target
- # for Windows.)
- # The binaries go into $(DESTDIR)$(BINDIR)
--DESTDIR = /usr/local/
-+DESTDIR = ${PREFIX}/
- BINDIR = bin
- # The man pages go into $(DESTDIR)$(MANDIR)
- MANDIR = man/man1
-@@ -59,7 +59,7 @@
- # code (e.g. glib) may provoke warnings.
- # Also, we do NOT enable optimization by default, because RedHat 6
- # Linux distributions have a seriously buggy C compiler.
--CDEBUGFLAGS = -g
-+#CDEBUGFLAGS = -g
- # The -Wconversion flag is also useful to detect (more than usual)
- # abuse of enums, but it generates many superfluous warnings, so
- # is not on by default.
-@@ -117,7 +117,7 @@
- # don't mess with these
- ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES)
- ALLDEFINES = $(ALLINCLUDES) $(EXTRA_DEFINES) $(DEFINES)
--CFLAGS = $(EXTRA_CFLAGS) $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
-+CFLAGS += $(EXTRA_CFLAGS) $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
- LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) $(EXTRA_LDOPTIONS)
-
- # various auxiliary program and settings.