pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Aug 24 12:57:35 UTC 2022

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: Unbreak build

Missing dependencies were imported.


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/misc/libreoffice/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/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.290 pkgsrc/misc/libreoffice/Makefile:1.291
--- pkgsrc/misc/libreoffice/Makefile:1.290      Mon Aug 22 20:31:56 2022
+++ pkgsrc/misc/libreoffice/Makefile    Wed Aug 24 12:57:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2022/08/22 20:31:56 tnn Exp $
+# $NetBSD: Makefile,v 1.291 2022/08/24 12:57:35 ryoon Exp $
 
 VERREL=                7.4.0
 VERRC=         3
@@ -412,9 +412,8 @@ BUILDLINK_API_DEPENDS.libetonyek+=  libet
 BUILDLINK_INCDIRS.${PYPKGPREFIX:S/py/python/}= # empty
 .include "../../lang/python/tool.mk"
 .include "../../math/coinmp/buildlink3.mk"
-BROKEN="missing math/dragonbox, ..."
-#.include "../../math/dragonbox/buildlink3.mk"
-#.include "../../math/libfixmath/buildlink3.mk"
+.include "../../math/dragonbox/buildlink3.mk"
+.include "../../math/libfixmath/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libnumbertext+=  libnumbertext>=1.0.6
 .include "../../math/libnumbertext/buildlink3.mk"
 .include "../../math/lp_solve/buildlink3.mk"



Home | Main Index | Thread Index | Old Index