/[pkgs]/devel/ORBit/ORBit-0.5.17-multiarch.patch
ViewVC logotype

Contents of /devel/ORBit/ORBit-0.5.17-multiarch.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Oct 26 08:29:32 2007 UTC (2 years ago) by pghmcfc
Branch: MAIN
CVS Tags: ORBit-0_5_17-25_fc11, F-12-split, F-10-split, ORBit-0_5_17-23_fc9, ORBit-0_5_17-22_fc9, ORBit-0_5_17-24_fc11, F-11-split, ORBit-0_5_17-27_fc12, ORBit-0_5_17-26_fc12, ORBit-0_5_17-28_fc12, F-9-split, HEAD
File MIME type: text/x-patch
Fix multiarch conflicts in -config scripts (#342801)
Clarify licensing (libs LGPLv2+, binaries GPLv2+)
Preserve timestamps for files copied from source into installed package
1 --- ORBit-0.5.17/libIDL/libIDL-config.in 2007-10-25 15:16:07.000000000 +0100
2 +++ ORBit-0.5.17/libIDL/libIDL-config.in 2007-10-25 15:17:29.000000000 +0100
3 @@ -75,7 +75,7 @@
4 all_flags="$all_flags $includes $cflags `glib-config --cflags`"
5 fi
6 if test "$echo_libs" = "yes"; then
7 - all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
8 + all_flags="$all_flags -L`pkg-config --variable=libdir libIDL` -lIDL `glib-config --libs`"
9 fi
10
11 # Straight out any possible duplicates, but be careful to
12 --- ORBit-0.5.17/orbit-config.in 2002-06-06 12:07:26.000000000 +0100
13 +++ ORBit-0.5.17/orbit-config.in 2007-10-25 15:22:35.000000000 +0100
14 @@ -4,7 +4,7 @@
15 exec_prefix=@exec_prefix@
16 exec_prefix_set=no
17 includedir=@includedir@/orbit-1.0
18 -libdir=@libdir@
19 +libdir=`pkg-config --variable=libdir ORBit`
20
21 usage()
22 {

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2