mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2632661b2a
Suggested-by: John Polstra <jdp@polstra.com>, asami@freebsd.org
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
--- src/conf/site.mm.in.orig Wed Oct 16 22:22:29 1996
|
|
+++ src/conf/site.mm.in Wed Oct 16 22:22:36 1996
|
|
@@ -28,7 +28,7 @@
|
|
|
|
# CC Only flags
|
|
# These flags are not passed to makedepend. Example use is -pic
|
|
-CC_ONLY=
|
|
+CC_ONLY= -fpic
|
|
|
|
# Directory for pid file
|
|
PID_DIR= @PID_DIR@
|