mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
|
--- Makefile.orig Tue Nov 7 02:21:56 2000
|
||
|
+++ Makefile Tue Nov 7 02:22:50 2000
|
||
|
@@ -1,6 +1,6 @@
|
||
|
INCLUDES = -Iinclude
|
||
|
|
||
|
-CFLAGS = $(INCLUDES) -Wall -g -DVERSION="\"Litestream 1.0 beta 1 revision 3\""
|
||
|
+CFLAGS += $(INCLUDES) -DVERSION="\"Litestream 1.0 beta 1 revision 3\""
|
||
|
|
||
|
LDFLAGS = # -lnsl -lsocket
|
||
|
|