summaryrefslogtreecommitdiff
path: root/x11-toolkits/xmhtml/files/patch-aa
blob: 3a22fa3154616b49807885c2ee691684a529512b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--- XmHTML.cf.orig	Sat Feb 20 13:38:17 1999
+++ XmHTML.cf	Sat Feb 20 14:08:18 1999
@@ -22,10 +22,10 @@
 XCOMM
 
 XCOMM This specifies where the XmHTML library will be installed
-#define XmHTMLLibDir $(USRLIBDIR)
+#define XmHTMLLibDir /usr/X11R6/lib
 
 XCOMM This specifies where the XmHTML header files will be installed
-#define XmHTMLIncDir $(INCROOT)/XmHTML
+#define XmHTMLIncDir /usr/X11R6/include
 
 XCOMM You may need to modify the following DEFINES as follows:
 XCOMM if your system doesn't provide str[n]casecmp, add -DNEED_STRCASECMP
@@ -51,6 +51,11 @@
 DEFINES = -DNEED_STRCASECMP
 #endif
 
+BUILDINCTOP= ..
+BUILDBINTOP= ..
+BUILDLIBTOP= ..
+INSTINCFLAGS = -c -m 0444
+
 XCOMM Image support configuration
 
 XCOMM XPM support.
@@ -59,8 +64,8 @@
 XCOMM Uncomment and fill in the proper paths to xpm.h and libXpm
 XCOMM The defaults are /usr/X11R6/include (or wherever your X includes live)
 XCOMM and /usr/X11R6/lib (or wherever your X libraries live)
-XCOMM XPMINCLUDES  = -I$(INCROOT)/X11
-XCOMM XPMLIBRARIES = -L$(LIBDIR) -lXpm
+XPMINCLUDES  = -I$(INCROOT)/X11
+XPMLIBRARIES = -L$(LIBDIR) -lXpm
 
 XCOMM
 XCOMM JPEG Support. Enabled by default.
@@ -74,8 +79,8 @@
 XCOMM Required include files: jpeglib.h, jconfig.h, jmorecfg.h
 XCOMM
 #if (IHaveJPEG)
-JPEGINC =
-JPEGLIB = -ljpeg
+JPEGINC = -I/usr/local/include
+JPEGLIB = -ljpeg -L/usr/local/lib
 #else
 XCOMM JPEG support not selected
 #endif
@@ -93,8 +98,8 @@
 XCOMM Required include files: png.h, pngconf.h
 XCOMM
 #if (IHavePNG)
-PNGINC =
-PNGLIB = -lpng
+PNGINC = -I/usr/local/include
+PNGLIB = -lpng -L/usr/local/lib
 #else
 XCOMM PNG support not selected
 #endif