diff options
Diffstat (limited to 'audio/gsi/files/patch-aj')
-rw-r--r-- | audio/gsi/files/patch-aj | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/audio/gsi/files/patch-aj b/audio/gsi/files/patch-aj index ba81d915aa31..cbd0eea36d44 100644 --- a/audio/gsi/files/patch-aj +++ b/audio/gsi/files/patch-aj @@ -1,12 +1,12 @@ ---- ../gsi/lib/gsipcm/Makefile Wed Feb 2 19:04:05 2000 -+++ ./lib/gsipcm/Makefile Thu Dec 7 18:59:21 2000 +--- 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 = gsipcm.o + LIB_OBJS = pcm_functions.o log.o @@ -31,7 +31,7 @@ @@ -16,5 +16,14 @@ -WARN = -Wall -Wstrict-prototypes +WARN = -Wall #-Wstrict-prototypes - MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS) + 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) |