mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d98c57725a
Add WWW: line into pkg/DESCR Note that this website works for me today (9/16), so the issue mentioned in the audit trail appears to have been temporary PR: 21122 Submitted by: Ports Fury
27 lines
548 B
Plaintext
27 lines
548 B
Plaintext
--- 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
|