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:   markd
Date:           Mon Apr  1 04:33:01 UTC 2019

Modified Files:
        pkgsrc/x11/qt5-qtbase: Makefile

Log Message:
qt5-qtbase: add missing # to comment


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 pkgsrc/x11/qt5-qtbase/Makefile:1.73
--- pkgsrc/x11/qt5-qtbase/Makefile:1.72 Sun Mar 31 19:00:24 2019
+++ pkgsrc/x11/qt5-qtbase/Makefile      Mon Apr  1 04:33:01 2019
@@ -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 @@ CONFIGURE_ARGS+=      -no-framework
 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