OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Apr-2005 14:28:54
Branch: HEAD Handle: 2005042013285400
Modified files:
openpkg-src/gimp gimp.spec
Log:
correct broken assumed dynamic library configuration by hardcoding
static library requirements into buildconf
Summary:
Revision Changes Path
1.70 +4 -1 openpkg-src/gimp/gimp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gimp/gimp.spec
============================================================================
$ cvs diff -u -r1.69 -r1.70 gimp.spec
--- openpkg-src/gimp/gimp.spec 10 Apr 2005 09:13:58 -0000 1.69
+++ openpkg-src/gimp/gimp.spec 20 Apr 2005 12:28:54 -0000 1.70
@@ -37,7 +37,7 @@
Group: Graphics
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20050410
+Release: 20050420
# list of sources
Source0: ftp://ftp.gimp.org/pub/gimp/v%{V_major}/gimp-%{version}.tar.bz2
@@ -70,6 +70,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;\(PKG_CONFIG.*--libs\);\1 --static;g' \
+ configure
%build
# configure program
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]