pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qterminal, obconf-qt, libfm-qt, minor correction
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue Jan 21 14:14:51 2020 +0100
Changeset: f027f54ba0dd2d7606dbd76fc24f54b40aec447f
Modified Files:
libfm-qt/Makefile
obconf-qt/Makefile
qterminal/Makefile
Log Message:
qterminal, obconf-qt, libfm-qt, minor correction
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f027f54ba0dd2d7606dbd76fc24f54b40aec447f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libfm-qt/Makefile | 2 +-
obconf-qt/Makefile | 2 +-
qterminal/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/libfm-qt/Makefile b/libfm-qt/Makefile
index 466317a7b7..e81eb47a00 100644
--- a/libfm-qt/Makefile
+++ b/libfm-qt/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
-CMAKE_PREFIX_PATH+= ${QTDIR}
+CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
INSTALLATION_DIRS+= lib
diff --git a/obconf-qt/Makefile b/obconf-qt/Makefile
index 1dd3a194e8..fed3ca951d 100644
--- a/obconf-qt/Makefile
+++ b/obconf-qt/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
-CMAKE_PREFIX_PATH+= ${QTDIR}
+CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
INSTALLATION_DIRS+= bin
diff --git a/qterminal/Makefile b/qterminal/Makefile
index c201c00104..92974aea9f 100644
--- a/qterminal/Makefile
+++ b/qterminal/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
-CMAKE_PREFIX_PATH+= ${QTDIR}
+CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:PATH=${PREFIX}/qt5
pre-configure:
${MKDIR} -p ${WRKSRC}/build
Home |
Main Index |
Thread Index |
Old Index