/[packages]/cauldron/magicpoint/current/SOURCES/magicpoint-1.10a-remove-rpath.patch
ViewVC logotype

Contents of /cauldron/magicpoint/current/SOURCES/magicpoint-1.10a-remove-rpath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1370 - (show annotations) (download)
Sat Jan 8 23:21:38 2011 UTC (13 years, 3 months ago) by kharec
File size: 847 byte(s)
imported package magicpoint
1 --- magicpoint-1.09a/configure.in.pix Tue May 22 08:09:42 2001
2 +++ magicpoint-1.09a/configure.in Sun Oct 7 13:47:33 2001
3 @@ -277,7 +277,7 @@
4 LIBS="$LIBS -L$i/lib"
5 OPTFLAGS="$OPTFLAGS -I$i/include"
6 AC_CHECK_LIB(mng, mng_initialize,
7 - [LIBS="$LIBS -Wl,-rpath,$i/lib -lmng"
8 + [LIBS="$LIBS -lmng"
9 AC_DEFINE(MNG)],
10 [AC_CHECK_LIB(mng, mng_readdisplay,
11 [LIBS="$LIBS -lmng -ljpeg"
12 --- magicpoint-1.10a/configure.orig 2003-11-04 14:39:39.000000000 +0100
13 +++ magicpoint-1.10a/configure 2003-11-04 14:37:07.000000000 +0100
14 @@ -5077,7 +5077,7 @@
15 echo "$as_me:$LINENO: result: $ac_cv_lib_mng_mng_initialize" >&5
16 echo "${ECHO_T}$ac_cv_lib_mng_mng_initialize" >&6
17 if test $ac_cv_lib_mng_mng_initialize = yes; then
18 - LIBS="$LIBS -Wl,-rpath,$i/lib -lmng"
19 + LIBS="$LIBS -lmng"
20 cat >>confdefs.h <<\_ACEOF
21 #define MNG 1
22 _ACEOF

  ViewVC Help
Powered by ViewVC 1.1.30