From 8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 4 Aug 2008 23:33:44 +0000 Subject: - Fix build after qt 4.4.1 update --- print/lyx15/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print') diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index e6a63c89abbf..75025521baa3 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -124,9 +124,9 @@ PLIST_SUB+= NLS="@comment " .endif # includes of qt4 must be found earlier than those of qt3 -CONFIGURE_ENV+= QT4_CORE_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore \ - -I${LOCALBASE}/include" \ - QT4_FRONTEND_CFLAGS="-DQT_SHARED -I${LOCALBASE}/include/QtCore \ - -I${LOCALBASE}/include/QtGui -I${LOCALBASE}/include" +CONFIGURE_ENV+= QT4_CORE_CFLAGS="-DQT_SHARED -I${QT_INCDIR}/QtCore \ + -I${QT_INCDIR}" \ + QT4_FRONTEND_CFLAGS="-DQT_SHARED -I${QT_INCDIR}/QtCore \ + -I${QT_INCDIR}/QtGui -I${QT_INCDIR}" .include -- cgit