aboutsummaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsi/files/patch-ac')
-rw-r--r--audio/gsi/files/patch-ac33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/gsi/files/patch-ac b/audio/gsi/files/patch-ac
deleted file mode 100644
index 411cbcdb76a9..000000000000
--- a/audio/gsi/files/patch-ac
+++ /dev/null
@@ -1,33 +0,0 @@
---- applications/file/Makefile.orig Wed Dec 6 16:30:51 2000
-+++ applications/file/Makefile Fri May 16 17:19:09 2003
-@@ -23,7 +23,7 @@
-
- INCLUDES = -I../../lib/include
-
--CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall
-+CFLAGS += -Wall -DDEBUG
- ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)
-
-
-@@ -38,7 +38,7 @@
- INSTALL_FILE = $(BINDIR)/$(PRG)
-
- CURRENT_GSI_LIBS= -L../../lib/gsif
--LIBS = $(CURRENT_GSI_LIBS) -L/usr/local/lib -lgsif -lm
-+LIBS = $(CURRENT_GSI_LIBS) -lgsif -lm
-
-
- #-----------------------------------------------------------------------------#
-@@ -64,10 +64,10 @@
- install: $(PRG) install.man
- cp -f $(PRG) $(INSTALL_FILE) #$(INSTALL_DIR)
-
--install.man: doc/gsifile.1
-+install.man: doc/man1/gsifile.1
- @echo
- @echo "Installing gsifile man page:"
-- cp -f doc/*.1 $(MANDIR)/man1/
-+ cp -f doc/man1/*.1 $(MANDIR)/man1/
-
-
- #-----------------------------------------------------------------------------#