suggestion on configure-kde
Charles Brossollet <[email protected]>
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I had errors on configuring kdelibs, and I found that it was because
the configure script could not find cups.h. Putting /sw/include in
CFLAGS made things work, so I suggest this little modification on the
configure-kde script:
75a76
> CFLAGS="$CFLAGS -I${dir}/include"
89c90
< export CPPFLAGS LDFLAGS CC CXX KDEDIR CONFIG_OPTIONS PKG_CONFIG_PATH
QTDIR
---
> export CPPFLAGS CFLAGS LDFLAGS CC CXX KDEDIR CONFIG_OPTIONS
PKG_CONFIG_PATH QTDIR
97a99
> CFLAGS: $CFLAGS
--
Charles