diff options
Diffstat (limited to 'audio/gsi/files/patch-af')
-rw-r--r-- | audio/gsi/files/patch-af | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/gsi/files/patch-af b/audio/gsi/files/patch-af new file mode 100644 index 000000000000..2c878cb4fe57 --- /dev/null +++ b/audio/gsi/files/patch-af @@ -0,0 +1,19 @@ +--- ../gsi/lib/gsicd/Makefile Wed Feb 2 19:02:51 2000 ++++ ./lib/gsicd/Makefile Thu Dec 7 18:59:20 2000 +@@ -23,14 +23,14 @@ + STATIC_LIB = libgsicd.a + DYNAMIC_LIB = libgsicd.so + LIB_NAME = $(LIBGSICD) +-VERSION = .0.1 ++VERSION = .0 + LIB_OBJS = gsicd.o utils.o event.o + + + + INCLUDES = -I../../include + +-WARN = -Wall -Wstrict-prototypes ++WARN = -Wall #-Wstrict-prototypes + + MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) + |