freebsd-ports/games/xsokoban/files/patch-aa
Yukihiro Nakai 044fe0d8a2 Fix and updates from KATO Tsuguru.
Submitted by:		"KATO Tsuguru" <tkato@prontomail.ne.jp>
2000-01-22 11:46:45 +00:00

19 lines
551 B
Text

*** Imakefile.orig Wed Aug 28 02:34:41 1996
--- Imakefile Sat Jan 15 00:00:00 2000
***************
*** 1,7 ****
DEFINES= -DNDEBUG
! EXTRA_INCLUDES= -I/usr/local/include
! SYS_LIBRARIES= -L/usr/local/lib -lXpm $(XLIB)
# -lXpm is only needed if you are using Xpm.
SRCS= display.c main.c resources.c play.c score.c screen.c \
--- 1,7 ----
DEFINES= -DNDEBUG
! EXTRA_INCLUDES= -I$(INCDIR)/X11
! SYS_LIBRARIES= -lXpm $(XLIB)
# -lXpm is only needed if you are using Xpm.
SRCS= display.c main.c resources.c play.c score.c screen.c \