mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
3d2066e576
- switch to bz2 distfile - ECHO -> ECHO_MSG PR: 52043 Submitted by: Ports Fury
21 lines
660 B
Plaintext
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)
|
|
|
|
|
|
#-----------------------------------------------------------------------------#
|