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

21 lines
484 B
Plaintext
Raw Normal View History

--- src/conf/site.mm.in.orig Mon Aug 25 21:56:13 1997
+++ src/conf/site.mm.in Mon Aug 25 21:56:30 1997
1997-07-14 12:35:19 +00:00
@@ -4,7 +4,7 @@
COMPILER= @CC@
1997-07-14 12:35:19 +00:00
-INST_DIR= /usr/local/Hughes
+INST_DIR= /usr/local
HAVE_DYNAMIC= -DHAVE_DYNAMIC
CC_ONLY_FLAGS=
LINK_ONLY_FLAGS=
@@ -34,7 +34,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@