mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1a84e7d783
Upgrade to v2.0 release PR: ports/4072
21 lines
448 B
Plaintext
21 lines
448 B
Plaintext
--- src/conf/site.mm.in.orig Sat Jul 5 21:28:52 1997
|
|
+++ src/conf/site.mm.in Thu Jul 10 13:44:15 1997
|
|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
CC= @CC@
|
|
-INST_DIR= /usr/local/Hughes
|
|
+INST_DIR= /usr/local
|
|
HAVE_DYNAMIC= -DHAVE_DYNAMIC
|
|
|
|
|
|
@@ -31,7 +31,7 @@
|
|
EXTRA_LIB= @LIBS@
|
|
|
|
# Any other CFlags required
|
|
-EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES)
|
|
+EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES) -fpic
|
|
|
|
# Directory for pid file
|
|
PID_DIR= @PID_DIR@
|