1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Love, honor, and obey CFLAGS.

This commit is contained in:
Matthew Hunt 1999-02-06 06:59:05 +00:00
parent 7a7ea0c942
commit 0fa08460ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16550
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- Makefile.orig Fri Feb 5 22:52:56 1999
+++ Makefile Fri Feb 5 22:53:25 1999
@@ -8,7 +8,7 @@
PROG = junkbuster
O = o
RM = rm -f
-MORE_CFLAGS = -g
+MORE_CFLAGS =
# use this for Solaris 2.x
#LDFLAGS = -lnsl -lsocket
@@ -47,7 +47,7 @@
#MORE_CFLAGS = -relax_pointers
#LDFLAGS = -map junkbuster.xMAP
-CFLAGS = $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
+CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \
encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O)

View File

@ -0,0 +1,20 @@
--- Makefile.orig Fri Feb 5 22:52:56 1999
+++ Makefile Fri Feb 5 22:53:25 1999
@@ -8,7 +8,7 @@
PROG = junkbuster
O = o
RM = rm -f
-MORE_CFLAGS = -g
+MORE_CFLAGS =
# use this for Solaris 2.x
#LDFLAGS = -lnsl -lsocket
@@ -47,7 +47,7 @@
#MORE_CFLAGS = -relax_pointers
#LDFLAGS = -map junkbuster.xMAP
-CFLAGS = $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
+CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS)
OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \
encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O)