git: 3dd211e911cc - main - deskutils/semantik: prepare for KDE Frameworks 5.92.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Mar 2022 16:27:21 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3dd211e911cc4ff4edc2987c644e74194579a7bf
commit 3dd211e911cc4ff4edc2987c644e74194579a7bf
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-03-19 15:14:47 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-03-19 16:26:59 +0000
deskutils/semantik: prepare for KDE Frameworks 5.92.0
Help the WAF build system out, and directly add the
location of the required header files.
PR: 262522
---
deskutils/semantik/Makefile | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/deskutils/semantik/Makefile b/deskutils/semantik/Makefile
index 995e20c29ef9..e8ac654443c1 100644
--- a/deskutils/semantik/Makefile
+++ b/deskutils/semantik/Makefile
@@ -34,6 +34,21 @@ CONFIGURE_ENV= PATH="${KDE_PREFIX}/bin:$$PATH" \
MAKE_ENV= DESTDIR="${STAGEDIR}"
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
+# Help WAF a bit more by simply adding the locations to the KF5
+# headers ourselves...
+CXXFLAGS+= -I${LOCALBASE}/include/KF5/KAuthCore \
+ -I${LOCALBASE}/include/KF5/KConfigCore \
+ -I${LOCALBASE}/include/KF5/KConfigGui \
+ -I${LOCALBASE}/include/KF5/KConfigWidgets \
+ -I${LOCALBASE}/include/KF5/KCoreAddons \
+ -I${LOCALBASE}/include/KF5/KDELibs4Support \
+ -I${LOCALBASE}/include/KF5/KI18n \
+ -I${LOCALBASE}/include/KF5/KIOCore \
+ -I${LOCALBASE}/include/KF5/KIOWidgets \
+ -I${LOCALBASE}/include/KF5/KWidgetsAddons \
+ -I${LOCALBASE}/include/KF5/KXmlGui \
+ -I${LOCALBASE}/include/KF5/SonnetUi \
+
PLIST_SUB= PORTVERSION="${PORTVERSION}"