1
0
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:
Jeremy Messenger 2012-12-29 05:50:33 +00:00
parent 9e2d08199a
commit 0adf48f7d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309609

View File

@ -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