1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/games/xsokoban/files/patch-aa
Thomas Gellekum 7d186159b1 Import of xsokoban, a pushing blocks solitaire game.
Closes PRs 1801, 2029, 2059.

Submitted by:	Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1996-11-20 07:06:59 +00:00

21 lines
641 B
Plaintext

*** Imakefile.org Sun Nov 17 15:36:02 1996
--- Imakefile Sun Nov 17 15:36:36 1996
***************
*** 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,8 ----
DEFINES= -DNDEBUG
! EXTRA_INCLUDES= -I/usr/local/include -I/usr/X11R6/include/X11 \
! -I/usr/X11R6/include
! SYS_LIBRARIES= -L/usr/local/lib -L/usr/X11R6/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 \