1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/databases/msql/files/patch-ac

21 lines
448 B
Plaintext
Raw Normal View History

--- 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
1997-07-14 12:35:19 +00:00
@@ -4,7 +4,7 @@
CC= @CC@
-INST_DIR= /usr/local/Hughes
+INST_DIR= /usr/local
HAVE_DYNAMIC= -DHAVE_DYNAMIC
@@ -31,7 +31,7 @@
1997-07-14 12:35:19 +00:00
EXTRA_LIB= @LIBS@
# Any other CFlags required
-EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES)
+EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES) -fpic
1997-07-14 12:35:19 +00:00
# Directory for pid file
PID_DIR= @PID_DIR@