diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 19:09:46 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-18 19:09:46 +0000 |
commit | 3d2066e57649516abc9108108b3648663e87c3d5 (patch) | |
tree | 4ba9ec8726be62a34e1841cd303be4018caa5d74 /audio/gsi/files/patch-an | |
parent | 5ce643ee6fb6e9f45221f8bc87a42b86b554e585 (diff) | |
download | ports-3d2066e57649516abc9108108b3648663e87c3d5.tar.gz ports-3d2066e57649516abc9108108b3648663e87c3d5.zip |
Notes
Diffstat (limited to 'audio/gsi/files/patch-an')
-rw-r--r-- | audio/gsi/files/patch-an | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/audio/gsi/files/patch-an b/audio/gsi/files/patch-an index d264821f2a5f..16daf43c7ed9 100644 --- a/audio/gsi/files/patch-an +++ b/audio/gsi/files/patch-an @@ -1,11 +1,20 @@ ---- ../gsi/test/gsif/Makefile Wed Feb 2 19:05:23 2000 -+++ ./test/gsif/Makefile Thu Dec 7 18:59:21 2000 -@@ -25,7 +25,7 @@ +--- test/gsif/Makefile.orig Tue Jan 30 16:38:07 2001 ++++ test/gsif/Makefile Fri May 16 17:09:57 2003 +@@ -20,7 +20,7 @@ #-----------------------------------------------------------------------------# - INCLUDES = -I../../include + INCLUDES = -I../../lib/include --CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall +-CFLAGS = -O2 -DDEBUG -g -Wall +CFLAGS += -Wall -DDEBUG ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS) +@@ -40,7 +40,7 @@ + DEPEND = .depend + + CURRENT_GSI_LIBS= -L../../lib/gsif +-LIBS = $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsif ++LIBS = $(CURRENT_GSI_LIBS) -lgsif + + + #-----------------------------------------------------------------------------# |