pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/odt2tex
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Jul 21 12:22:14 UTC 2023
Modified Files:
pkgsrc/textproc/odt2tex: Makefile
Log Message:
odt2tex: Darwin linker does not support -O2.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/odt2tex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/odt2tex/Makefile
diff -u pkgsrc/textproc/odt2tex/Makefile:1.18 pkgsrc/textproc/odt2tex/Makefile:1.19
--- pkgsrc/textproc/odt2tex/Makefile:1.18 Wed Apr 19 08:11:37 2023
+++ pkgsrc/textproc/odt2tex/Makefile Fri Jul 21 12:22:14 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/04/19 08:11:37 adam Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/21 12:22:14 jperkin Exp $
DISTNAME= odt2tex-0.0.13
PKGREVISION= 13
@@ -13,6 +13,7 @@ LICENSE= mit
USE_LANGUAGES= c99
USE_TOOLS+= pkg-config
+BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,-O2
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-O2
.include "../../archivers/libzip/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index