diff options
author | markd <markd@pkgsrc.org> | 2019-04-01 04:33:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2019-04-01 04:33:01 +0000 |
commit | 5a199a028a65c4677e0190aa5abc5e6bbacdee50 (patch) | |
tree | 3677ddeeb4cc891b00876b655dfd1ac25b64b357 | |
parent | ae92d3f30d1220c1f9450e5c86fa1c7f1f5b37be (diff) | |
download | pkgsrc-5a199a028a65c4677e0190aa5abc5e6bbacdee50.tar.gz |
qt5-qtbase: add missing # to comment
-rw-r--r-- | x11/qt5-qtbase/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index 26cf80d36d5..9bc63181728 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -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" |