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:30:25
Branch: HEAD Handle: 2005042013302500
Modified files:
openpkg-src/gtkmm gtkmm.spec
Log:
correct broken assumed dynamic library configuration by hardcoding
static library requirements into buildconf
Summary:
Revision Changes Path
1.3 +4 -1 openpkg-src/gtkmm/gtkmm.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gtkmm/gtkmm.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 gtkmm.spec
--- openpkg-src/gtkmm/gtkmm.spec 24 Mar 2005 11:18:59 -0000 1.2
+++ openpkg-src/gtkmm/gtkmm.spec 20 Apr 2005 12:30:25 -0000 1.3
@@ -39,7 +39,7 @@
Group: XWindow
License: LGPL
Version: %{V_gtkmm}
-Release: 20050121
+Release: 20050420
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{V_gtkmm_major}/gtkmm-%{version}.tar.bz2
@@ -73,6 +73,9 @@
-e 's;^\(SUBDIRS.*\)examples *;\1;g' \
-e 's;^\(SUBDIRS.*\)tests *;\1;g' \
Makefile.in
+ %{l_shtool} subst \
+ -e 's;\(PKG_CONFIG.*--libs\);\1 --static;' \
+ configure
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]