f644c9e93c
- Modernize plist - Regenerate patches
12 lines
353 B
Text
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 \
|