mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Fix the build with KDE4.
PR: ports/171302 Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
This commit is contained in:
parent
9e2d08199a
commit
0adf48f7d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309609
@ -65,7 +65,8 @@ CONFIGURE_ARGS+= --disable-kde
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_KDE4)
|
||||
CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include"
|
||||
CONFIGURE_ENV+= KDE_CFLAGS="-I${KDE4_PREFIX}/include -I${QT_INCDIR} -I${LOCALBASE}/include" \
|
||||
KDE_LIBS="-L${KDE4_PREFIX}/lib"
|
||||
K4_INC= ${KDE4_PREFIX:C/\//\\\//g}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user