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:   tnn
Date:           Thu Jan 24 17:28:07 UTC 2019

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
don't eat -ldl unconditionally


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 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.179 pkgsrc/misc/libreoffice/Makefile:1.180
--- pkgsrc/misc/libreoffice/Makefile:1.179      Wed Dec 19 12:09:55 2018
+++ pkgsrc/misc/libreoffice/Makefile    Thu Jan 24 17:28:07 2019
@@ -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 @@ MAKE_ENV+=          SHELL=${BASH}
 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