summaryrefslogtreecommitdiff
path: root/x11/xforms/patches/patch-aa
blob: d39c3c713e0074ef8a4f5f52880afb07b2f14a34 (plain)
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
$NetBSD: patch-aa,v 1.8 2002/12/28 19:49:08 jschauma Exp $

--- Imakefile.orig	2002-12-25 09:50:16.000000000 -0800
+++ Imakefile	2002-12-25 09:59:05.000000000 -0800
@@ -6,9 +6,9 @@
 #define DoWall NO

 #define BuildShared YES
-#define StaticLink YES
+#define StaticLink NO
 
-#define BuildGL YES
+#define BuildGL NO
 
 
 /* Less Important or System Specific */
@@ -33,22 +33,22 @@
 /* Out in the Tall Weeds */
 
 #define InstallNonstandard NO
-#define XFormsNonstandardInstallDir /usr/local
+#define XFormsNonstandardInstallDir $(PREFIX)
 
 #define NonstandardXpm NO
 
-#define XpmIncLoc /usr/local/include
-#define XpmLibLoc /usr/local/lib
+#define XpmIncLoc ${LOCALBASE}/include
+#define XpmLibLoc ${LOCALBASE}/lib
 
 #define NonstandardTiff NO
 
-#define TiffIncLoc /usr/local/include
-#define TiffLibLoc /usr/local/lib
+#define TiffIncLoc ${LOCALBASE}/include
+#define TiffLibLoc ${LOCALBASE}/lib
 
 #define NonstandardJpeg NO
 
-#define JpegIncLoc /usr/local/include
-#define JpegLibLoc /usr/local/lib
+#define JpegIncLoc ${LOCALBASE}/include
+#define JpegLibLoc ${LOCALBASE}/lib
 
 ######################################################################
 #                                                                    #