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: joerg
Date: Sun Jun 19 16:50:32 UTC 2016
Modified Files:
pkgsrc/misc/libreoffice: Makefile
Log Message:
Don't expect /usr/sbin to be in PATH.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 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.82 pkgsrc/misc/libreoffice/Makefile:1.83
--- pkgsrc/misc/libreoffice/Makefile:1.82 Wed Jun 8 14:38:21 2016
+++ pkgsrc/misc/libreoffice/Makefile Sun Jun 19 16:50:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2016/06/08 14:38:21 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2016/06/19 16:50:32 joerg Exp $
VERREL= 5.1.3
VERRC= 2
@@ -22,7 +22,7 @@ BUILDLINK_TRANSFORM+= opt:-O2:-O
.if !empty(MACHINE_PLATFORM:MNetBSD*)
pre-build:
- cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && paxctl +m instdir/program/gengal.bin
+ cd ${WRKSRC} && ${BUILD_MAKE_CMD} Executable_gengal && ${TOOLS_PLATFORM.paxctl} +m instdir/program/gengal.bin
.endif
GCC_REQD+= 4.6
Home |
Main Index |
Thread Index |
Old Index