]> git.pld-linux.org Git - packages/bb.git/commitdiff
- bb-regparm.patch: gcc needs regparm on function definition too. auto/th/bb-1_3rc1-7
authorqrczak <qrczak@pld-linux.org>
Tue, 13 Feb 2007 11:03:47 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release 7

Changed files:
    bb-regparm.patch -> 1.1
    bb.spec -> 1.22

bb-regparm.patch [new file with mode: 0644]
bb.spec

diff --git a/bb-regparm.patch b/bb-regparm.patch
new file mode 100644 (file)
index 0000000..293fd3d
--- /dev/null
@@ -0,0 +1,20 @@
+--- bb-1.3.0/timers.c~ 2001-04-26 17:10:33.000000000 +0200
++++ bb-1.3.0/timers.c  2007-02-13 11:59:03.000000000 +0100
+@@ -306,7 +306,7 @@
+ #endif
+ #endif
+ }
+-int
++REGISTERS (3) int
+ tl_lookup_timer (tl_timer * t)
+ {
+   if (t->stopped)
+@@ -382,7 +382,7 @@
+ #endif
+ }
+-void
++REGISTERS (3) void
+ tl_reset_timer (tl_timer * t)
+ {
+   tl_update_time();
diff --git a/bb.spec b/bb.spec
index 9fe3ed3bdba656655ad175f7fdb5ba30dbe7a7b8..25d1f29ab1b1a89b97c9ee1e1c11db67689cd009 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -2,12 +2,13 @@ Summary:      BB - the portable demo
 Summary(pl.UTF-8):     BB - przenoĊ›ne demo
 Name:          bb
 Version:       1.3rc1
-Release:       6
+Release:       7
 License:       GPL
 Group:         Applications/Terminal
 Source0:       http://dl.sourceforge.net/aa-project/%{name}-%{version}.tar.gz
 # Source0-md5: 1ae5b742fbe654ba51c31832cf7e81fd
 Patch0:                %{name}-typos.patch
+Patch1:                %{name}-regparm.patch
 URL:           http://aa-project.sourceforge.net/bb/
 BuildRequires: aalib-devel >= 1.4
 BuildRequires: autoconf
@@ -28,6 +29,7 @@ operacyjnych.
 %prep
 %setup -q -n %{name}-1.3.0
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
This page took 0.063354 seconds and 4 git commands to generate.