freebsd-ports/audio/gsi/files/patch-au
Pete Fritchman 3d2066e576 - update to 0.9.6
- switch to bz2 distfile
- ECHO -> ECHO_MSG

PR:		52043
Submitted by:	Ports Fury
2003-05-18 19:09:46 +00:00

20 lines
579 B
Text

--- test/server/stream/Makefile.orig Wed Dec 6 16:32:56 2000
+++ test/server/stream/Makefile Fri May 16 16:55:55 2003
@@ -23,7 +23,7 @@
INCLUDES = -I../../../lib/include
-CFLAGS = -O2 -DDEBUG -g -Wall
+CFLAGS += -Wall -DDEBUG
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)
@@ -42,7 +42,7 @@
else
CURSES = ncurses
endif
-LIBS = $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
+LIBS = $(CURRENT_GSI_LIBS) -lgsi -lgsif -lm -l$(CURSES) $(EXTRALIBS)
#-----------------------------------------------------------------------------#