aboutsummaryrefslogtreecommitdiff
path: root/audio/gsi/files/patch-ae
blob: 6499b591b2f427fb17b30b98fc575fb08f1e6169 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ../gsi/lib/gsi/Makefile	Wed Feb  2 19:02:05 2000
+++ ./lib/gsi/Makefile	Thu Dec  7 18:59:20 2000
@@ -23,7 +23,7 @@
 STATIC_LIB	= libgsi.a
 DYNAMIC_LIB	= libgsi.so
 LIB_NAME	= $(LIBGSI)
-VERSION		= .0.1
+VERSION		= .0
 LIB_OBJS	= gsi.o event.o functions.o io.o
 
 
@@ -31,7 +31,7 @@
 
 INCLUDES	= -I../../include
 
-WARN		= -Wall -Wstrict-prototypes
+WARN		= -Wall #-Wstrict-prototypes
 
 MY_CFLAGS	= $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS)