summaryrefslogtreecommitdiffstats
path: root/recipes-core/rxtx/files/kfreebsd_libpthread.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-03-05 22:01:08 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2012-03-05 22:01:25 +0000
commitc72df728b4cd93e7af06d966f1365e532febf06f (patch)
tree467b3702099ee43b09e3c708b33026d70a0e6801 /recipes-core/rxtx/files/kfreebsd_libpthread.patch
parenta6abe2cec3c302eda39e5a724ae14dee002624a5 (diff)
downloadmeta-java-c72df728b4cd93e7af06d966f1365e532febf06f.tar.gz
rxtx: add 2.2.0 pre2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/rxtx/files/kfreebsd_libpthread.patch')
-rw-r--r--recipes-core/rxtx/files/kfreebsd_libpthread.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-core/rxtx/files/kfreebsd_libpthread.patch b/recipes-core/rxtx/files/kfreebsd_libpthread.patch
new file mode 100644
index 0000000..19040d2
--- /dev/null
+++ b/recipes-core/rxtx/files/kfreebsd_libpthread.patch
@@ -0,0 +1,17 @@
1Description: libc_r is not available, use libpthread
2Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585089
3Author: Scott Howard <showard@debian.org>
4
5Index: rxtx/configure.in
6===================================================================
7--- rxtx.orig/configure.in 2011-02-06 11:13:16.151426139 -0500
8+++ rxtx/configure.in 2011-02-06 11:13:58.820020857 -0500
9@@ -575,7 +575,7 @@
10 ;;
11
12 *BSD)
13- LDFLAGS=$LDFLAGS" -lc_r"
14+ LDFLAGS=$LDFLAGS" -lpthread"
15 JHOME=$JPATH/"lib"
16 CFLAGS=$CFLAGS" -D_NO_POSIX=1 -D_NO_XOPEN4=1"
17 TARGETLIB="\$(target_triplet)/librxtxSerial.la \