SOURCES: openttd-pthread.patch (NEW) - adds pthread to LIBS

czarny czarny at pld-linux.org
Sat Dec 23 16:15:08 CET 2006


Author: czarny                       Date: Sat Dec 23 15:15:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- adds pthread to LIBS

---- Files affected:
SOURCES:
   openttd-pthread.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openttd-pthread.patch
diff -u /dev/null SOURCES/openttd-pthread.patch:1.1
--- /dev/null	Sat Dec 23 16:15:08 2006
+++ SOURCES/openttd-pthread.patch	Sat Dec 23 16:15:03 2006
@@ -0,0 +1,11 @@
+--- Makefile.orig	2006-12-21 23:18:08.000000000 +0100
++++ Makefile	2006-12-23 16:12:20.773039811 +0100
+@@ -460,6 +460,8 @@
+ LIBS += $(LDFLAGS_SDL)
+ endif
+ 
++LIBS += -lpthread
++
+ # zlib config
+ ifdef WITH_ZLIB
+ 	CDEFS += -DWITH_ZLIB
================================================================


More information about the pld-cvs-commit mailing list