087f699840
XFM is a powerful file and applications manager program written using the X toolkit. It contains virtually all of the features that you would expect in a file manager -- move around your directory tree in multiple windows, and move, copy or delete files with simple mouse operations. The integrated application manager allows you to load files into your favourite applications from the file manager by dragging icons. It can also be used as a "shelf" onto which you can place files and directories that you are currently working with. Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by zuntum@.
28 lines
608 B
Text
28 lines
608 B
Text
$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
|