freebsd-ports/games/xsokoban/files/patch-Imakefile
Dmitry Marakasov f644c9e93c - Move highscores and saves to /var/games
- Modernize plist
- Regenerate patches
2015-12-27 20:15:42 +00:00

12 lines
353 B
Text

--- Imakefile.orig 1996-08-27 17:34:41 UTC
+++ Imakefile
@@ -1,7 +1,7 @@
DEFINES= -DNDEBUG
-EXTRA_INCLUDES= -I/usr/local/include
+EXTRA_INCLUDES= -I$(INCDIR)/X11
-SYS_LIBRARIES= -L/usr/local/lib -lXpm $(XLIB)
+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 \