1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
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

20 lines
551 B
Plaintext

*** 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 \