summaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms/files/patch-aa
blob: ddd559b4cec34b2e0a93bdaca6b6acc24d8f934d (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
--- Imakefile.orig	Tue Dec  3 12:25:43 2002
+++ Imakefile	Wed Dec 18 21:25:38 2002
@@ -2,7 +2,7 @@
 
 /* Fairly important stuff */
 
-#define OptimizationLevel -O4
+#define OptimizationLevel -O
 #define DoWall NO
 
 #define BuildShared YES
@@ -45,10 +45,10 @@
 #define TiffIncLoc /usr/local/include
 #define TiffLibLoc /usr/local/lib
 
-#define NonstandardJpeg NO
+#define NonstandardJpeg YES
 
-#define JpegIncLoc /usr/local/include
-#define JpegLibLoc /usr/local/lib
+#define JpegIncLoc $(LOCALBASE)/include
+#define JpegLibLoc $(LOCALBASE)/lib
 
 ######################################################################
 #                                                                    #