aboutsummaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gsi/files/patch-aj')
-rw-r--r--audio/gsi/files/patch-aj29
1 files changed, 0 insertions, 29 deletions
diff --git a/audio/gsi/files/patch-aj b/audio/gsi/files/patch-aj
deleted file mode 100644
index cbd0eea36d44..000000000000
--- a/audio/gsi/files/patch-aj
+++ /dev/null
@@ -1,29 +0,0 @@
---- lib/device/gsipcm/Makefile.orig Tue Jan 30 21:14:16 2001
-+++ lib/device/gsipcm/Makefile Fri May 16 16:42:32 2003
-@@ -23,7 +23,7 @@
- STATIC_LIB = libgsipcm.a
- DYNAMIC_LIB = libgsipcm.so
- LIB_NAME = $(LIBGSIPCM)
--VERSION = .0.1
-+VERSION = .0
- LIB_OBJS = pcm_functions.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)
-
-@@ -95,7 +95,7 @@
-
-
- install.man:
-- cp doc/*.3 $(MANDIR)/man3/
-+ cp doc/man3/*.3 $(MANDIR)/man3/
-
- uninstall:
- rm -f $(INSTALL_FILE)