summaryrefslogtreecommitdiff
path: root/x11-fm/xfm/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/xfm/files/patch-ae')
-rw-r--r--x11-fm/xfm/files/patch-ae26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-fm/xfm/files/patch-ae b/x11-fm/xfm/files/patch-ae
deleted file mode 100644
index 31a1da7bf34c..000000000000
--- a/x11-fm/xfm/files/patch-ae
+++ /dev/null
@@ -1,26 +0,0 @@
---- 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