1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fm/xfm/files/patch-ae

27 lines
548 B
Plaintext
Raw Normal View History

--- 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