[atanks] Re-diffed pthread patch.

Jon Ciesla limb at fedoraproject.org
Tue Mar 13 03:14:33 UTC 2012


commit cea9adab663527f807b261512c3f167a4011a209
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Mar 12 22:14:19 2012 -0500

    Re-diffed pthread patch.

 atanks-5.3-add-lpthread.patch |   11 +++++++++++
 atanks.spec                   |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/atanks-5.3-add-lpthread.patch b/atanks-5.3-add-lpthread.patch
new file mode 100644
index 0000000..234c735
--- /dev/null
+++ b/atanks-5.3-add-lpthread.patch
@@ -0,0 +1,11 @@
+--- atanks-5.3/src/Makefile~	2012-02-22 12:29:58.000000000 -0600
++++ atanks-5.3/src/Makefile	2012-03-12 22:12:22.885301159 -0500
+@@ -15,7 +15,7 @@
+ WFLAGS = 
+ OFLAGS = 
+ LFLAGS +=
+-LDFLAGS =  `allegro-config --libs`
++LDFLAGS =  `allegro-config --libs` -lpthread
+ 
+ CFLAGS += -Wall -Iinclude # -fprofile-arcs -ftest-coverage 
+ 
diff --git a/atanks.spec b/atanks.spec
index 5b6d256..6507d45 100644
--- a/atanks.spec
+++ b/atanks.spec
@@ -8,7 +8,7 @@ License:        GPLv2+
 URL:            http://atanks.sourceforge.net/
 Source0:        http://download.sourceforge.net/atanks/atanks-%{version}.tar.gz
 Source1:	    atanks.sh
-Patch1:         atanks-4.3-add-lpthread.patch
+Patch1:         atanks-5.3-add-lpthread.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  allegro-devel, desktop-file-utils, glibc-headers


More information about the scm-commits mailing list