OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Nov-2002 13:45:36
Branch: HEAD Handle: 2002112912453500
Modified files:
openpkg-src/asgui asgui.spec
Log:
Fix finding Qt explicitly.
Summary:
Revision Changes Path
1.2 +4 -3 openpkg-src/asgui/asgui.spec
____________________________________________________________________________
Index: openpkg-src/asgui/asgui.spec
============================================================
$ cvs diff -u -r1.1 -r1.2 asgui.spec
--- openpkg-src/asgui/asgui.spec 28 Nov 2002 16:30:40 -0000 1.1
+++ openpkg-src/asgui/asgui.spec 29 Nov 2002 12:45:35 -0000 1.2
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EVAL]
Group: Editor
License: GPL
-Version: 0.6.0
-Release: 20021128
+Version: 0.5.0
+Release: 20021129
# list of sources
Source0: ftp://ftp.ossp.org/pkg/tool/asgui/asgui-%{version}.tar.gz
@@ -56,7 +56,8 @@
%build
./configure \
- --prefix=%{l_prefix}
+ --prefix=%{l_prefix} \
+ --with-qtdir=%{l_prefix}
%{l_make} %{l_mflags -O}
%install
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]