1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/l0pht-watch/files/patch-aa

11 lines
395 B
Plaintext
Raw Normal View History

--- Makefile.orig Mon Jan 11 09:15:47 1999
+++ Makefile Mon Jan 11 09:16:07 1999
@@ -8,7 +8,6 @@
# pick gcc if you'd rather , and/or do -g instead of -O if debugging
# debugging
# DFLAGS = -DTEST -DDEBUG
-CFLAGS =-O -Wall
XFLAGS = # xtra cflags, set by systype targets
XLIBS = # xtra libs if necessary?
# -Bstatic for sunos, -static for gcc, etc. You want this, trust me.