1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/gsi/files/patch-ap
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

21 lines
660 B
Plaintext

--- test/device/gsimixer/Makefile.orig Wed Dec 6 16:32:21 2000
+++ test/device/gsimixer/Makefile Fri May 16 17:09:12 2003
@@ -21,7 +21,7 @@
#-----------------------------------------------------------------------------#
INCLUDES = -I../../../lib/include
-CFLAGS = -O2 -DDEBUG -g -Wall
+CFLAGS += -Wall -DDEBUG
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)
@@ -32,7 +32,7 @@
CURRENT_GSI_LIBS= -L../../../lib/device/gsimixer
-LIBS = $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsimixer $(EXTRALIBS_MIXER)
+LIBS = $(CURRENT_GSI_LIBS) -lgsimixer $(EXTRALIBS_MIXER)
#-----------------------------------------------------------------------------#