pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mupdf: Adjust mupdf.pc for library renames



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Oct 3 10:38:09 2018 +0200
Changeset:	4f8f01b50d4cf7ea08731bb8cb6f2ffea19152a0

Modified Files:
	mupdf/files/mupdf.pc

Log Message:
mupdf: Adjust mupdf.pc for library renames

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4f8f01b50d4cf7ea08731bb8cb6f2ffea19152a0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mupdf/files/mupdf.pc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mupdf/files/mupdf.pc b/mupdf/files/mupdf.pc
index b0ddb84ebe..d4ce121d0c 100644
--- a/mupdf/files/mupdf.pc
+++ b/mupdf/files/mupdf.pc
@@ -6,5 +6,5 @@ includedir=${prefix}/include
 Name: mupdf
 Description: library for PDF files
 Version: @VERSION@
-Libs: -Wl,-R${libdir} -L${libdir} -lmupdf -lmupdfthird -lmuthreads -lmupkcs7
+Libs: -Wl,-R${libdir} -L${libdir} -lmupdf -lmupdf-third -lmupdf-threads -lmupdf-pkcs7
 Cflags: -I${includedir}


Home | Main Index | Thread Index | Old Index