mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
04b54b93b9
MP3 streaming system. PR: 22938 Submitted by: Aaron Smith <aaron@mutex.org>
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
|
|
|