pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: add missing # to comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf260df64d79
branches:  trunk
changeset: 331992:cf260df64d79
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Apr 01 04:33:01 2019 +0000

description:
qt5-qtbase: add missing # to comment

diffstat:

 x11/qt5-qtbase/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8d79e5a911c7 -r cf260df64d79 x11/qt5-qtbase/Makefile
--- a/x11/qt5-qtbase/Makefile   Sun Mar 31 20:53:14 2019 +0000
+++ b/x11/qt5-qtbase/Makefile   Mon Apr 01 04:33:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2019/03/31 19:00:24 markd Exp $
+# $NetBSD: Makefile,v 1.73 2019/04/01 04:33:01 markd Exp $
 
 DISTNAME=      qtbase-everywhere-src-${QTVERSION}
 PKGNAME=       qt5-qtbase-${QTVERSION}
@@ -95,7 +95,7 @@
 LDFLAGS+=              -lresolv
 .  endif
 .elif ${OPSYS} == "Linux"
- FIXME: Try to move fix upstream
+# FIXME: Try to move fix upstream
 # See $$lcan in mkspecs/features/qt_configure.prf
 # Also QMAKE_DEFAULT_LIBDIRS in mkspecs/features/toolchain.prf
 .  if ${LOWER_VENDOR} == "redhat" && ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index