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: 01-Jun-2004 18:43:06
Branch: HEAD Handle: 2004060117430500
Modified files:
openpkg-src/whois whois.spec
Log:
correct nonportable buildconf to allow for building with non GNU
compilers (this fix is an alternative to simply listing gcc as a build
time prerequisite)
Summary:
Revision Changes Path
1.50 +4 -1 openpkg-src/whois/whois.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/whois/whois.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 whois.spec
--- openpkg-src/whois/whois.spec 16 Apr 2004 18:06:15 -0000 1.49
+++ openpkg-src/whois/whois.spec 1 Jun 2004 16:43:05 -0000 1.50
@@ -34,7 +34,7 @@
Group: DNS
License: GPL
Version: 4.6.14
-Release: 20040416
+Release: 20040601
# list of sources
Source0: http://www.linux.it/~md/software/whois_%{version}.tar.gz
@@ -59,6 +59,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;^OPTS=-O2;^OPTS=;' \
+ Makefile
%build
%{l_shtool} subst -e "s;perl;%{l_prefix}/bin/perl;" Makefile
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]