mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
23 lines
610 B
Plaintext
23 lines
610 B
Plaintext
|
--- Makefile 1996/06/18 18:52:34 1.1
|
||
|
+++ Makefile 1996/06/18 20:40:21
|
||
|
@@ -44,8 +44,8 @@
|
||
|
# set INCLUDEDIR to -I followed by the appropriate include file path and
|
||
|
# set LIBRARYDIR to -L followed by the appropriate library path and
|
||
|
|
||
|
-#INCLUDEDIR = -I/usr/include
|
||
|
-#LIBRARYDIR = -L/usr/lib
|
||
|
+INCLUDEDIR = -I${X11BASE}/include
|
||
|
+LIBRARYDIR = -L${X11BASE}/lib
|
||
|
|
||
|
# select one of the following CC CFLAGS settings
|
||
|
|
||
|
@@ -53,7 +53,7 @@
|
||
|
# GNU gcc
|
||
|
#
|
||
|
CC = gcc
|
||
|
-CFLAGS = -O2 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR)
|
||
|
+CFLAGS = -O2 -m486 $(USE_DISP) $(USE_SHMEM) $(USE_TIME) $(INCLUDEDIR)
|
||
|
|
||
|
#
|
||
|
# SPARCworks acc
|