* [gentoo-commits] gentoo-x86 commit in app-text/mupdf/files: mupdf-9999-sys_curl.patch
@ 2013-07-20 10:29 Michael Weber (xmw)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2013-07-20 10:29 UTC (permalink / raw
To: gentoo-commits
xmw 13/07/20 10:29:40
Added: mupdf-9999-sys_curl.patch
Log:
Add curl dependency and fix build system.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.1 app-text/mupdf/files/mupdf-9999-sys_curl.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch?rev=1.1&content-type=text/plain
Index: mupdf-9999-sys_curl.patch
===================================================================
--- mupdf-9999/Makerules.orig 2013-07-20 12:17:11.137748315 +0200
+++ mupdf-9999/Makerules 2013-07-20 12:19:23.320095808 +0200
@@ -63,6 +63,8 @@
SYS_JBIG2DEC_LIBS = -ljbig2dec
SYS_JPEG_LIBS = -ljpeg
SYS_ZLIB_LIBS = -lz
+SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl)
+SYS_CURL_LIBS = $(shell pkg-config --libs libcurl)
endif
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-text/mupdf/files: mupdf-9999-sys_curl.patch
@ 2013-07-20 11:31 Michael Weber (xmw)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2013-07-20 11:31 UTC (permalink / raw
To: gentoo-commits
xmw 13/07/20 11:31:35
Modified: mupdf-9999-sys_curl.patch
Log:
Add extra -lpthread for --as-needed
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.2 app-text/mupdf/files/mupdf-9999-sys_curl.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch?r1=1.1&r2=1.2
Index: mupdf-9999-sys_curl.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/files/mupdf-9999-sys_curl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mupdf-9999-sys_curl.patch 20 Jul 2013 10:29:40 -0000 1.1
+++ mupdf-9999-sys_curl.patch 20 Jul 2013 11:31:35 -0000 1.2
@@ -1,11 +1,11 @@
---- mupdf-9999/Makerules.orig 2013-07-20 12:17:11.137748315 +0200
-+++ mupdf-9999/Makerules 2013-07-20 12:19:23.320095808 +0200
+--- mupdf-9999/Makerules
++++ mupdf-9999/Makerules
@@ -63,6 +63,8 @@
SYS_JBIG2DEC_LIBS = -ljbig2dec
SYS_JPEG_LIBS = -ljpeg
SYS_ZLIB_LIBS = -lz
+SYS_CURL_CFLAGS = $(shell pkg-config --cflags libcurl)
-+SYS_CURL_LIBS = $(shell pkg-config --libs libcurl)
++SYS_CURL_LIBS = $(shell pkg-config --libs libcurl) -lpthread
endif
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-20 11:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-20 10:29 [gentoo-commits] gentoo-x86 commit in app-text/mupdf/files: mupdf-9999-sys_curl.patch Michael Weber (xmw)
-- strict thread matches above, loose matches on Subject: below --
2013-07-20 11:31 Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox