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
421 B
Plaintext
Raw Normal View History

1997-07-14 12:35:19 +00:00
--- src/conf/site.mm.in.orig Mon Jan 13 10:15:08 1997
+++ src/conf/site.mm.in Sun Jan 19 13:56:52 1997
@@ -4,7 +4,7 @@
CC= @CC@
-INST_DIR= /usr/local/Hughes
+INST_DIR= /usr/local
1997-07-14 12:35:19 +00:00
#
@@ -30,7 +30,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
1997-07-14 12:35:19 +00:00
# Directory for pid file
PID_DIR= @PID_DIR@