/[packages]/cauldron/geeqie/current/SOURCES/geeqie_lib64.diff
ViewVC logotype

Annotation of /cauldron/geeqie/current/SOURCES/geeqie_lib64.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 943 - (hide annotations) (download)
Sat Jan 8 19:00:42 2011 UTC (13 years, 3 months ago) by petos
File size: 787 byte(s)
imported package geeqie
1 petos 943 --- BUILD/geeqie/configure.in 2010-01-15 23:07:57.000000000 +0100
2     +++ configure.in 2010-01-20 12:56:39.000000000 +0100
3     @@ -225,7 +225,7 @@
4     AC_DEFINE_UNQUOTED([GQ_APP_DIR], "$appdir", [Location of application data])
5     AC_SUBST(appdir)
6    
7     -eval "eval gq_bindir=${prefix}/lib/${PACKAGE}"
8     +eval "eval gq_bindir=${libdir}/${PACKAGE}"
9     AC_DEFINE_UNQUOTED([GQ_BIN_DIR], "$gq_bindir", [Location of helper scripts and executables])
10     AC_SUBST(gq_bindir)
11    
12     @@ -251,7 +251,7 @@
13     [ --with-lirc-prefix=PATH Prefix where LIRC is installed],
14     [
15     for dir in `echo "$withval" | tr : ' '`; do
16     - if test -d $dir/lib; then CXXFLAGS="$CXXFLAGS -L$dir/lib"; fi
17     + if test -d $libdir; then CXXFLAGS="$CXXFLAGS -L$libdir"; fi
18     if test -d $dir/include; then CXXFLAGS="$CXXFLAGS -I$dir/include"; fi
19     done
20     ])

  ViewVC Help
Powered by ViewVC 1.1.30