pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/mupdf
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 7 09:37:46 UTC 2020
Modified Files:
pkgsrc/print/mupdf: Makefile
Log Message:
mupdf: link against libGL for glCallList
Fixes build on NetBSD 9.99.55.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/print/mupdf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.79 pkgsrc/print/mupdf/Makefile:1.80
--- pkgsrc/print/mupdf/Makefile:1.79 Tue Mar 10 22:08:58 2020
+++ pkgsrc/print/mupdf/Makefile Tue Apr 7 09:37:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2020/03/10 22:08:58 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2020/04/07 09:37:46 wiz Exp $
DISTNAME= mupdf-1.16.1-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -19,6 +19,7 @@ INSTALLATION_DIRS+= bin include lib/pkgc
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib
+LDFLAGS.NetBSD+= -lGL # for glCallList
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
MAKE_FLAGS+= XCFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= build=release
Home |
Main Index |
Thread Index |
Old Index