pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  4 09:07:37 UTC 2019

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
calibre; set SIP_DIR to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.226 -r1.227 pkgsrc/misc/calibre/Makefile

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

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.226 pkgsrc/misc/calibre/Makefile:1.227
--- pkgsrc/misc/calibre/Makefile:1.226  Sat Oct 19 12:46:06 2019
+++ pkgsrc/misc/calibre/Makefile        Mon Nov  4 09:07:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.226 2019/10/19 12:46:06 nia Exp $
+# $NetBSD: Makefile,v 1.227 2019/11/04 09:07:37 wiz Exp $
 
 DISTNAME=      calibre-3.40.1
 PKGREVISION=   7
@@ -90,6 +90,7 @@ MAKE_ENV+=            FC_LIB_DIR=${BUILDLINK_PREFI
 MAKE_ENV+=             PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
 MAKE_ENV+=             PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
 MAKE_ENV+=             SIP_BIN=${BUILDLINK_PREFIX.py-sip}/bin/sip${PYVERSSUFFIX}
+MAKE_ENV+=             SIP_DIR=${BUILDLINK_PREFIX.py-sip}/share/sip${PYVERSSUFFIX}
 MAKE_ENV+=             LFLAGS=${LDFLAGS:Q}
 
 # Turn off x bits on non-executable files.



Home | Main Index | Thread Index | Old Index