summaryrefslogtreecommitdiffstats
path: root/osdlyrics/F-13/osdlyrics-0.3.20100604-chardetect-cxxflags.patch
blob: d6f2a65419f01de3fb1d562446dcae781b679d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: lib/chardetect/src/Makefile
===================================================================
--- lib/chardetect/src/Makefile	(revision 364)
+++ lib/chardetect/src/Makefile	(working copy)
@@ -1,10 +1,4 @@
-CXXFLAGS = \
-	-c -I./tables \
-	-Os -Wall \
-	-fno-rtti -fno-exceptions \
-	-fvisibility=hidden -fvisibility-inlines-hidden \
-	-nostdinc++ \
-	-D_REENTRANT
+CXXFLAGS += -c -I./tables
 
 LDFLAGS =
 
Index: lib/chardetect/Makefile
===================================================================
--- lib/chardetect/Makefile	(revision 364)
+++ lib/chardetect/Makefile	(working copy)
@@ -1,10 +1,5 @@
 TARGET=chardetect.a
-CXXFLAGS=-c \
-	-O2 \
-	-fno-rtti -fno-exceptions \
-	-fvisibility=hidden -fvisibility-inlines-hidden \
-	-nostdinc++ \
-	-D_REENTRANT -I./src -I./include
+CXXFLAGS += -c -I./src -I./include
 
 SUBDIRS=src
 #DESTLIBDIR=/usr/lib/pcmanx/addons