1256375b0e
- correct PLIST - make this port compile properly
30 lines
831 B
Plaintext
30 lines
831 B
Plaintext
--- Imakefile.orig Sat Sep 28 13:46:02 1991
|
|
+++ Imakefile Tue Sep 28 16:01:52 1999
|
|
@@ -8,7 +8,7 @@
|
|
SPLIT = split
|
|
CAT = cat
|
|
/***** Note: probably want to define this to be something else *****/
|
|
- HELPDIR = help
|
|
+ HELPDIR = UsrLibDir/X11/spider
|
|
|
|
/***** Note: Used to over-ride some declarations in the default Imakefile
|
|
configurations. If you want to use some of these things, then
|
|
@@ -16,7 +16,7 @@
|
|
definitions to what you would like them to be below. Delete
|
|
or comment out those you do not wish to use *****/
|
|
#ifndef OverrideDefs
|
|
-#define OverrideDefs YES
|
|
+#define OverrideDefs NO
|
|
#endif
|
|
|
|
#if OverrideDefs
|
|
@@ -235,7 +235,7 @@
|
|
# endif
|
|
#endif
|
|
|
|
-INCLUDES = -I. $(TKINCLUDES)
|
|
+INCLUDES = -I. -I${X11BASE}/include $(TKINCLUDES)
|
|
|
|
CPPFLAGS =
|
|
|