[fotoxx] Rebase pthread library link patch to new version

Pavel Alexeev hubbitus at fedoraproject.org
Wed Jan 2 13:03:22 UTC 2013


commit f14243e00e23a3622a8cb7c6b4d06ffea1c65735
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Wed Jan 2 17:02:53 2013 +0400

    Rebase pthread library link patch to new version

 fotoxx-13.01-pthread-dep.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/fotoxx-13.01-pthread-dep.patch b/fotoxx-13.01-pthread-dep.patch
new file mode 100644
index 0000000..a234c50
--- /dev/null
+++ b/fotoxx-13.01-pthread-dep.patch
@@ -0,0 +1,11 @@
+--- a.orig/Makefile	2013-01-01 11:43:06.000000000 +0400
++++ b/Makefile	2013-01-02 15:55:58.348731669 +0400
+@@ -23,7 +23,7 @@
+            f.xform.o f.retouch.o f.retouch2.o f.art.o f.comp.o zfuncs.o
+ 
+ fotoxx: $(ALLFILES)
+-	$(CXX) $(LDFLAGS) -o fotoxx $(ALLFILES) $(LIBS) -ltiff -lpng
++	$(CXX) $(LDFLAGS) -o fotoxx $(ALLFILES) $(LIBS) -ltiff -lpng -lpthread
+ 
+ fotoxx.o: $(FOTOXX) fotoxx.h
+ 	$(CXX) $(CFLAGS) -o fotoxx.o $(FOTOXX)


More information about the scm-commits mailing list