mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
46d59c13fb
Nagged by: distfile checker (old master site had gone)
26 lines
682 B
Plaintext
26 lines
682 B
Plaintext
--- Makefile.orig Mon Aug 31 22:57:28 1998
|
|
+++ Makefile Fri Sep 11 14:14:35 1998
|
|
@@ -1,5 +1,5 @@
|
|
# Choose your C compiler
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
#CC = cc
|
|
|
|
# Possible options:
|
|
@@ -9,12 +9,12 @@
|
|
# ICP : supports the ICP protocol (Web proxy/caches). Requires HTTP.
|
|
# USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD
|
|
# machines because we need to change the semantic of signals.
|
|
-OPTIONS = -DHTTP -DUSE_SIGACTION
|
|
+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP
|
|
|
|
# Flags for gcc
|
|
-CFLAGS = -c -O3 $(OPTIONS) -Wall
|
|
+#CFLAGS = -c -O3 $(OPTIONS) -Wall
|
|
# Flags for cc
|
|
-#CFLAGS = -c -O $(OPTIONS)
|
|
+CFLAGS = -c -O $(OPTIONS)
|
|
|
|
# Flags for the linker
|
|
LD = $(CC)
|