- Add patch to fix build on ppc64
This commit is contained in:
parent
b720d1292a
commit
aae090be16
11
gdl-0.9pre5-ppc64.patch
Normal file
11
gdl-0.9pre5-ppc64.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- gdl-0.9pre5/configure.ppc64 2007-08-21 22:25:25.000000000 -0600
|
||||
+++ gdl-0.9pre5/configure 2007-08-21 22:25:37.000000000 -0600
|
||||
@@ -21152,7 +21152,7 @@
|
||||
DARWIN="yes"
|
||||
;;
|
||||
|
||||
- powerpc-*-linux* )
|
||||
+ powerpc*-*-linux* )
|
||||
LDFLAGS="$LDFLAGS -rdynamic"
|
||||
;;
|
||||
|
7
gdl.spec
7
gdl.spec
@ -1,6 +1,6 @@
|
||||
Name: gdl
|
||||
Version: 0.9
|
||||
Release: 0.pre5%{?dist}.1
|
||||
Release: 0.pre5%{?dist}.2
|
||||
Summary: GNU Data Language
|
||||
|
||||
Group: Applications/Engineering
|
||||
@ -9,6 +9,7 @@ URL: http://gnudatalanguage.sourceforge.net/
|
||||
Source0: http://dl.sf.net/gnudata/%{name}-%{version}pre5.tar.gz
|
||||
Source1: gdl.csh
|
||||
Source2: gdl.sh
|
||||
Patch0: gdl-0.9pre5-ppc64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: readline-devel, ncurses-devel
|
||||
@ -26,6 +27,7 @@ Systems Inc.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}pre5
|
||||
%patch -p1 -b .ppc64
|
||||
|
||||
|
||||
%build
|
||||
@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2007 - Orion Poplawski <orion@cora.nwra.com> - 0.9-0.pre5.2
|
||||
- Add patch to fix build on ppc64
|
||||
|
||||
* Tue Aug 21 2007 - Orion Poplawski <orion@cora.nwra.com> - 0.9-0.pre5.1
|
||||
- Update license tag to GPLv2+
|
||||
- Rebuild for BuildID
|
||||
|
Loading…
Reference in New Issue
Block a user