/[pkgs]/devel/MagicPoint/magicpoint-1.09a-rpath.patch
ViewVC logotype

Contents of /devel/MagicPoint/magicpoint-1.09a-rpath.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Sat Oct 21 14:39:38 2006 UTC (3 years, 1 month ago) by jwrdegoede
Branch: MAIN
CVS Tags: MagicPoint-1_11b-9_fc12, FC-6-split, F-7-split, F-12-split, MagicPoint-1_11b-4_fc8, MagicPoint-1_11b-6_fc9, MagicPoint-1_11b-10_fc12, F-10-split, MagicPoint-1_11b-4_fc7, MagicPoint-1_11b-7_fc10, MagicPoint-1_11b-5_fc9, F-11-split, F-8-split, F-9-split, MagicPoint-1_11b-8_fc11, HEAD
Changes since 1.2: +11 -0 lines
File MIME type: text/x-patch
* Sat Oct 21 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 1.11b-4
- Unorphan
- Take some patches from Debian
- Actually make ./configure detect and use freetype1, it was testing for it
  but the test failed
- Package mgp2html and mgp2latex from the contrib dir
1 diff -ruN magicpoint-1.09a.orig/configure.in magicpoint-1.09a/configure.in
2 --- magicpoint-1.09a.orig/configure.in 2003-04-18 16:49:30.000000000 +0900
3 +++ magicpoint-1.09a/configure.in 2003-04-18 17:14:12.000000000 +0900
4 @@ -277,7 +277,7 @@
5 LIBS="$LIBS -L$i/lib"
6 OPTFLAGS="$OPTFLAGS -I$i/include"
7 AC_CHECK_LIB(mng, mng_initialize,
8 - [LIBS="$LIBS -Wl,-rpath,$i/lib -lmng"
9 + [LIBS="$LIBS -lmng"
10 AC_DEFINE(MNG)],
11 [AC_CHECK_LIB(mng, mng_readdisplay,
12 [LIBS="$LIBS -lmng -ljpeg"
13 --- magicpoint-1.11b/configure~ 2006-10-07 17:31:51.000000000 +0200
14 +++ magicpoint-1.11b/configure 2006-10-07 17:31:51.000000000 +0200
15 @@ -4831,7 +4831,7 @@
16 echo "$as_me:$LINENO: result: $ac_cv_lib_mng_mng_initialize" >&5
17 echo "${ECHO_T}$ac_cv_lib_mng_mng_initialize" >&6
18 if test $ac_cv_lib_mng_mng_initialize = yes; then
19 - LIBS="$LIBS -Wl,-rpath,$i/lib -lmng"
20 + LIBS="$LIBS -lmng"
21 cat >>confdefs.h <<\_ACEOF
22 #define MNG 1
23 _ACEOF

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2