mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8461865421
please DON'T modify Whom on Makefile. PR: ports/6199 Submitted by: Yukihiro Nakai <Nakai@technologist.com>
23 lines
497 B
Plaintext
23 lines
497 B
Plaintext
--- src/Makefile.orig Fri Apr 3 17:12:54 1998
|
|
+++ src/Makefile Fri Apr 3 17:14:33 1998
|
|
@@ -1,8 +1,8 @@
|
|
include ../VERSION
|
|
|
|
# Linux
|
|
-INCSDIR = -I/usr/X11R6/include
|
|
-LIBSDIR = -L/usr/X11R6/lib
|
|
+INCSDIR = -I$(PREFIX)/include
|
|
+LIBSDIR = -L$(PREFIX)/lib
|
|
|
|
# HPUX
|
|
#INCSDIR = -I/usr/include/X11R5
|
|
@@ -36,7 +36,7 @@
|
|
#OPTIMIZE = -g
|
|
#OPTIMIZE = -O -g
|
|
#OPTIMIZE = -O -g -pg
|
|
-OPTIMIZE = -O
|
|
+#OPTIMIZE = -O
|
|
#OPTIMIZE = -O2
|
|
#OPTIMIZE = -O -s
|
|
#OPTIMIZE = -O2 -s
|