aboutsummaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsi/files/patch-ae')
-rw-r--r--audio/gsi/files/patch-ae29
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/gsi/files/patch-ae b/audio/gsi/files/patch-ae
deleted file mode 100644
index 69a2d4dd9be0..000000000000
--- a/audio/gsi/files/patch-ae
+++ /dev/null
@@ -1,29 +0,0 @@
---- lib/gsi/Makefile.orig Tue Jan 30 21:10:30 2001
-+++ lib/gsi/Makefile Fri May 16 16:43:36 2003
-@@ -23,7 +23,7 @@
- STATIC_LIB = libgsi.a
- DYNAMIC_LIB = libgsi.so
- LIB_NAME = $(LIBGSI)
--VERSION = .0.2
-+VERSION = .0
- LIB_OBJS = connect.o event.o functions.o io.o utils.o log.o
-
-
-@@ -31,7 +31,7 @@
-
- INCLUDES = -I../include
-
--WARN = -Wall -Wstrict-prototypes
-+WARN = -Wall #-Wstrict-prototypes
-
- MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_MAKELIB_CFLAGS)
-
-@@ -132,7 +132,7 @@
-
-
- install.man:
-- cp -f doc/*.3 $(MANDIR)/man3/
-+ cp -f doc/man3/*.3 $(MANDIR)/man3/
-
- uninstall:
- rm -f $(INSTALL_FILE)