17 lines
708 B
Plaintext
17 lines
708 B
Plaintext
$OpenBSD: patch-Imakefile,v 1.1 2007/10/26 21:19:16 ajacoutot Exp $
|
|
--- Imakefile.orig Tue Oct 17 15:14:37 1995
|
|
+++ Imakefile Fri Oct 26 22:59:54 2007
|
|
@@ -7,9 +7,9 @@ CCOPTIONS = -Wf,-XNl4096
|
|
#endif
|
|
#endif
|
|
|
|
- DEFINES = -DDEFAULT_XBO_DIR=\"/export/home/lesher/xbos\" \
|
|
- -DDEFAULT_XBT_DIR=\"/export/home/lesher/xbts\" \
|
|
- -DDEFAULT_XBA_DIR=\"/export/home/lesher/xbas\"
|
|
+ DEFINES = -DDEFAULT_XBO_DIR=\"$(PREFIX)/share/xbattle/xbos\" \
|
|
+ -DDEFAULT_XBT_DIR=\"$(PREFIX)/share/xbattle/xbts\" \
|
|
+ -DDEFAULT_XBA_DIR=\"$(PREFIX)/share/xbattle/xbas\"
|
|
LOCAL_LIBRARIES = $(XLIB)
|
|
SYS_LIBRARIES = -lm
|
|
SRCS = command.c \
|