]> git.pld-linux.org Git - packages/crossmingw32-libogg.git/blame - libogg-ac_fixes.patch
- updated to 1.3.5
[packages/crossmingw32-libogg.git] / libogg-ac_fixes.patch
CommitLineData
62ec979a
JB
1--- libogg-1.3.3/configure.ac.orig 2010-11-01 21:13:42.000000000 +0100
2+++ libogg-1.3.3/configure.ac 2010-11-03 21:34:19.187102452 +0100
e497d51d 3@@ -46,8 +46,8 @@
b0c43009 4 case $host in
bb83de53
AM
5 *-*-linux*)
6 DEBUG="-g -Wall -fsigned-char"
b0c43009
JB
7- CFLAGS="-O2 -Wall -ffast-math -fsigned-char"
8- PROFILE="-Wall -W -pg -g -O2 -ffast-math -fsigned-char"
e497d51d 9+ CFLAGS="$CFLAGS -Wall -ffast-math -fsigned-char"
bb83de53
AM
10+ PROFILE="$CFLAGS -Wall -W -pg -g -ffast-math -fsigned-char"
11 ;;
12 sparc-sun-*)
e497d51d
JB
13 DEBUG="-g -Wall -fsigned-char"
14@@ -61,8 +61,8 @@
bb83de53
AM
15 ;;
16 *)
17 DEBUG="-g -Wall -fsigned-char"
b0c43009
JB
18- CFLAGS="-O2 -fsigned-char"
19- PROFILE="-O2 -g -pg -fsigned-char"
bb83de53 20+ CFLAGS="$CFLAGS -fsigned-char"
b0c43009 21+ PROFILE="$CFLAGS -g -pg -fsigned-char"
bb83de53
AM
22 ;;
23 esac
24 fi
b0c43009
JB
25--- libogg-1.2.2/ogg.m4~ 2009-05-21 00:57:14.000000000 +0200
26+++ libogg-1.2.2/ogg.m4 2011-07-25 12:09:42.870545070 +0200
27@@ -14,16 +14,6 @@
28 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header files are installed (optional)]), ogg_includes="$withval", ogg_includes="")
29 AC_ARG_ENABLE(oggtest,AC_HELP_STRING([--disable-oggtest],[Do not try to compile and run a test Ogg program]),, enable_oggtest=yes)
30
31- if test "x$ogg_libraries" != "x" ; then
32- OGG_LIBS="-L$ogg_libraries"
33- elif test "x$ogg_prefix" = "xno" || test "x$ogg_prefix" = "xyes" ; then
34- OGG_LIBS=""
35- elif test "x$ogg_prefix" != "x" ; then
36- OGG_LIBS="-L$ogg_prefix/lib"
37- elif test "x$prefix" != "xNONE" ; then
38- OGG_LIBS="-L$prefix/lib"
39- fi
40-
41 if test "x$ogg_prefix" != "xno" ; then
42 OGG_LIBS="$OGG_LIBS -logg"
43 fi
This page took 0.027179 seconds and 4 git commands to generate.