summaryrefslogtreecommitdiff
path: root/sysutils/xfm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xfm/patches/patch-ae')
-rw-r--r--sysutils/xfm/patches/patch-ae28
1 files changed, 28 insertions, 0 deletions
diff --git a/sysutils/xfm/patches/patch-ae b/sysutils/xfm/patches/patch-ae
new file mode 100644
index 00000000000..ae3bf56e13a
--- /dev/null
+++ b/sysutils/xfm/patches/patch-ae
@@ -0,0 +1,28 @@
+$NetBSD: patch-ae,v 1.1.1.1 2002/06/04 16:44:55 cjep Exp $
+
+--- Imake.options.orig Wed Apr 5 00:05:36 2000
++++ Imake.options Wed Sep 6 00:37:02 2000
+@@ -31,8 +31,8 @@
+
+ #define XAW3D
+
+-XAWINCDIR = -I/usr/X11R6/include/X11/Xaw3d
+-XAWLIBDIR = -L/usr/X11R6/lib
++XAWINCDIR = -I$(INCROOT)/X11/Xaw3d
++XAWLIBDIR = -L$(USRLIBDIR)
+
+ /* Magic headers. *********************************************************/
+
+@@ -164,9 +164,9 @@
+
+ #ifdef USE_GCC
+
+-CC=gcc
+-CCOPTIONS = -Wall -Wno-parentheses
+-CDEBUGFLAGS = -O2
++XCOMM CC=gcc
++XCOMM CCOPTIONS = -Wall -Wno-parentheses
++XCOMM CDEBUGFLAGS = -O2
+
+ #else
+ CC=cc