1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/japanese/zangband/files/makefile-adjust.patch
Akinori MUSHA d9ddfa654f Update to 2.4.0.j010621, and become independent of games/zangband.
PR:		ports/30015
Submitted by:	YAMAKURA Makoto <makoto@pinpott.spnet.ne.jp> (MAINTAINER)
2001-09-01 06:04:55 +00:00

13 lines
452 B
Diff

--- src/makefile.std Tue Aug 22 17:08:56 2000
+++ src/makefile.std Thu Jul 20 13:19:50 2000
@@ -133,8 +131,7 @@
## to get 256 colours.
##
CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \
- -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY" \
- -D"JP" -D"EUC"
+ -D"USE_X11" -D"USE_GCU" -D"USE_TRANSPARENCY"
LIBS = -lX11 -lcurses -ltermcap -L/usr/X11R6/lib
#CFLAGS = -Wall -O2 -fno-strength-reduce -m486 -pipe -g \