]> git.pld-linux.org Git - packages/amaya.git/blob - amaya-opt.patch
libpng 1.5 fix from netbsd cvs
[packages/amaya.git] / amaya-opt.patch
1 --- Amaya/configure.in.orig     2007-01-22 17:47:42.000000000 +0100
2 +++ Amaya/configure.in  2007-04-09 21:10:03.253217541 +0200
3 @@ -668,12 +668,10 @@
4  AC_ARG_WITH(debug,              [  --with-debug          compiles Amaya with debuging options (-g) ])
5  if test "$with_debug" = "yes" ; then
6    with_debug="yes"
7 -  CFLAGS="-g"
8 -  CXXFLAGS="-g"
9 +  CFLAGS="$CFLAGS -g"
10 +  CXXFLAGS="$CXXFLAGS -g"
11  else
12    with_debug="no"
13 -  CFLAGS="-O2"
14 -  CXXFLAGS="-O2"
15  fi
16  
17  if test "${CC}" = "gcc" ; then
18 --- Amaya/configure.in.orig     2007-04-10 23:09:02.443712000 +0200
19 +++ Amaya/configure.in  2007-04-10 23:59:07.282948251 +0200
20 @@ -700,9 +700,7 @@
21  # for exemple it's possible to install libwww with fink (fink install libwww)
22  # to avoid conflicts, we just force the linker to search for specified amaya path first
23  if test "$AMAYAOS" = "MACOSX" ; then
24 -  LDFLAGS="-Wl,-search_paths_first"
25 -else
26 -  LDFLAGS=""
27 +  LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
28  fi
29  
30  dnl
This page took 0.066985 seconds and 3 git commands to generate.