pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/qt5-qtbase
Module Name: pkgsrc
Committed By: maya
Date: Thu Apr 20 18:38:09 UTC 2017
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile
Log Message:
qt5-qtbase: FreeBSD needs -lutil
PR pkg/52181 from Santhosh Raju
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/qt5-qtbase/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/qt5-qtbase/Makefile
diff -u pkgsrc/x11/qt5-qtbase/Makefile:1.41 pkgsrc/x11/qt5-qtbase/Makefile:1.42
--- pkgsrc/x11/qt5-qtbase/Makefile:1.41 Sun Feb 12 06:24:57 2017
+++ pkgsrc/x11/qt5-qtbase/Makefile Thu Apr 20 18:38:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/02/12 06:24:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.42 2017/04/20 18:38:09 maya Exp $
DISTNAME= qtbase-opensource-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
@@ -97,6 +97,7 @@ LDFLAGS+= -ldl
. if exists(/usr/lib/libexecinfo.so)
LDFLAGS+= -lexecinfo
. endif
+LDFLAGS.FreeBSD+= -lutil
.endif
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD"
LDFLAGS+= -lkvm # see patch-src_corelib_io_qlockfile__unix.cpp
Home |
Main Index |
Thread Index |
Old Index