aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-07-08 22:43:33 +0800
committerstas <stas@FreeBSD.org>2009-07-08 22:43:33 +0800
commit8b4fcf06ca59e944316527ecb4f6cd2730336907 (patch)
treeb6fd4cbb4910617db7e02e085abef21725872c2d /graphics
parent50b4945ce17d8608b4d15d3d81b45107a9fac2f3 (diff)
downloadfreebsd-ports-gnome-8b4fcf06ca59e944316527ecb4f6cd2730336907.tar.gz
freebsd-ports-gnome-8b4fcf06ca59e944316527ecb4f6cd2730336907.tar.zst
freebsd-ports-gnome-8b4fcf06ca59e944316527ecb4f6cd2730336907.zip
- Explicitly link with pthreads as libdjvu needs it.
Reported by: pav
Diffstat (limited to 'graphics')
-rw-r--r--graphics/djvulibre/files/patch-gui_djview_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/djvulibre/files/patch-gui_djview_Makefile.in b/graphics/djvulibre/files/patch-gui_djview_Makefile.in
new file mode 100644
index 000000000000..677986aaad72
--- /dev/null
+++ b/graphics/djvulibre/files/patch-gui_djview_Makefile.in
@@ -0,0 +1,11 @@
+--- gui/djview/Makefile.in.orig 2009-07-08 18:38:28.000000000 +0400
++++ gui/djview/Makefile.in 2009-07-08 18:38:52.000000000 +0400
+@@ -161,7 +161,7 @@
+ MISCFLAGS = ${JPEG_CFLAGS} ${THREAD_CFLAGS} ${QT_CFLAGS} ${X_CFLAGS}
+ FLAGS = ${DEFS} ${INCS} ${OPTS} ${MISCFLAGS}
+
+-LIBS= @LDFLAGS@ ${QT_LIBS} ${X_LIBS} @LIBS@
++LIBS= @LDFLAGS@ ${QT_LIBS} ${X_LIBS} @LIBS@ ${THREAD_LIBS}
+
+ CFLAGS = ${FLAGS} @CPPFLAGS@ @CFLAGS@
+