openbsd-ports/x11/freerdp/patches/patch-libfreerdpchanman_Makefile_in
ajacoutot e942ee9bce We do *not* link with -lpthread.
See pthreads(3) for info.
2010-10-26 14:15:31 +00:00

13 lines
533 B
Plaintext

$OpenBSD: patch-libfreerdpchanman_Makefile_in,v 1.2 2010/10/26 14:15:31 ajacoutot Exp $
--- libfreerdpchanman/Makefile.in.orig Tue Jul 27 11:17:46 2010
+++ libfreerdpchanman/Makefile.in Tue Jul 27 11:17:58 2010
@@ -251,7 +251,7 @@ libfreerdpchanman_la_SOURCES = \
libfreerdpchanman_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
-DPLUGIN_PATH=\"$(PLUGIN_PATH)\"
-libfreerdpchanman_la_LDFLAGS = -ldl -lpthread
+libfreerdpchanman_la_LDFLAGS = -pthread
libfreerdpchanman_la_LIBDADD = ../libfreerdp/libfreerdp.la
# extra