]> git.pld-linux.org Git - packages/blt.git/commitdiff
- added norpath patch, release 11
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 19:12:45 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blt-norpath.patch -> 1.1
    blt.spec -> 1.36

blt-norpath.patch [new file with mode: 0644]
blt.spec

diff --git a/blt-norpath.patch b/blt-norpath.patch
new file mode 100644 (file)
index 0000000..9de79cc
--- /dev/null
@@ -0,0 +1,14 @@
+--- blt2.4u/configure.in.orig  2003-06-17 20:39:16.000000000 +0200
++++ blt2.4u/configure.in       2003-06-17 20:41:39.000000000 +0200
+@@ -1055,9 +1055,9 @@
+   *-linux*)
+     SHLIB_CFLAGS="-fPIC"
+     SHLIB_LD="${CC}"
+-    SHLIB_LD_FLAGS="-rdynamic -shared -Wl,-E -Wl,-soname,${libName}.so -Wl,-rpath,${LD_RUN_PATH}"
++    SHLIB_LD_FLAGS="-rdynamic -shared -Wl,-E -Wl,-soname,${libName}.so"
+     
+-    LDFLAGS="-Wl,-rpath,${LD_RUN_PATH}"
++    LDFLAGS=""
+     EXTRA_LIB_SPECS="-ldl"
+     ;;
+   
index c59fa3647f397081dedf883c881ebc7c2e1d0272..e332a0a920821bd99fc88043621fe065fc5be2ca 100644 (file)
--- a/blt.spec
+++ b/blt.spec
@@ -6,7 +6,7 @@ Summary(ru):    
 Summary(uk):   òÏÚÛÉÒÅÎÎÑ ÎÁÂÏÒÕ tk, ×ËÌÀÞÁÀÞÉ ÇÒÁƦÞΦ ÐÒÉͦÔÉ×É, ÍÅÎÅÄÖÅÒÉ ÇÅÏÍÅÔÒ¦§ ¦ Ô.¦
 Name:          blt
 Version:       2.4u
-Release:       10
+Release:       11
 License:       MIT
 Group:         Development/Tools
 Source0:       ftp://ftp.scriptics.com/pub/tcl/blt/BLT%{version}.tar.gz
@@ -17,6 +17,7 @@ Patch2:               %{name}-excl.patch
 Patch3:                %{name}-acfix.patch
 Patch4:                %{name}-nolibnsl.patch
 Patch5:                %{name}-tcltk84.patch
+Patch6:                %{name}-norpath.patch
 URL:           http://www.tcltk.com/blt/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -111,13 +112,14 @@ Programy demonstracyjne i przyk
 Programas que demonstram as características do BLT.
 
 %prep
-%setup -q -n blt%{version}
+%setup -q -n %{name}%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 cp -f /usr/share/automake/config.* cf
This page took 0.094486 seconds and 4 git commands to generate.