pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/libreoffice don't eat -ldl unconditionally
details: https://anonhg.NetBSD.org/pkgsrc/rev/eaba6d3160fd
branches: trunk
changeset: 328628:eaba6d3160fd
user: tnn <tnn%pkgsrc.org@localhost>
date: Thu Jan 24 17:28:07 2019 +0000
description:
don't eat -ldl unconditionally
diffstat:
misc/libreoffice/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a9c3fe8a693e -r eaba6d3160fd misc/libreoffice/Makefile
--- a/misc/libreoffice/Makefile Thu Jan 24 16:46:21 2019 +0000
+++ b/misc/libreoffice/Makefile Thu Jan 24 17:28:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.179 2018/12/19 12:09:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.180 2019/01/24 17:28:07 tnn Exp $
VERREL= 6.1.4
VERRC= 2
@@ -230,7 +230,9 @@
BUILD_MAKE_FLAGS+= VERBOSE=true
#BUILD_MAKE_FLAGS+= GMAKE_OPTIONS+=-p
+.if ${OPSYS} != "Linux"
BUILDLINK_TRANSFORM+= rm:-ldl
+.endif
INSTALLATION_DIRS= bin share/applications
Home |
Main Index |
Thread Index |
Old Index