mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
f6a194a59e
PR: 4583 Submitted by: Matthew Hunt <mph@pobox.com>
32 lines
831 B
Plaintext
32 lines
831 B
Plaintext
--- src/Makefile.orig Fri Sep 5 13:52:03 1997
|
|
+++ src/Makefile Fri Sep 19 10:57:27 1997
|
|
@@ -94,7 +94,7 @@
|
|
#
|
|
# This is my compiler of choice, it seems to work most everywhere
|
|
#
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
|
|
|
|
#
|
|
@@ -115,8 +115,8 @@
|
|
# including "USE_GETCH" and "USE_CURS_SET". Note that "config.h" will
|
|
# attempt to "guess" at many of these flags based on your system.
|
|
#
|
|
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
|
|
-LIBS = -lX11 -lcurses -ltermcap
|
|
+#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
|
|
+LIBS = -L/usr/X11R6/lib -lX11 -lcurses -ltermcap
|
|
|
|
|
|
##
|
|
@@ -137,7 +137,7 @@
|
|
## Variation -- Use "main-xaw.c" instead of "main-x11.c"
|
|
##
|
|
#CFLAGS = -Wall -O1 -pipe -g -D"USE_XAW" -D"USE_GCU"
|
|
-#LIBS = -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
|
|
+#LIBS = -L/usr/X11R6/lib -lXaw -lXmu -lXt -lX11 -lcurses -ltermcap
|
|
|
|
|
|
##
|