[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Patch: kdebase/debian/rules



On Tue, Jun 26, 2001 at 10:25:53PM -0400, Christopher Molnar wrote:
> Ivan,
> 
> Would you consider applying the following patch to kdebase/debian/rules?
> It makes things compile much better here. 
> 
> 
> Thanks,
> Chris
> ==============================================================
> 
> 22:23:03:molnarc@cmhplap~/code/kdebase/debian >cvs diff rules
> Index: rules
> ===================================================================
> RCS file: /home/kde/kdebase/debian/rules,v
> retrieving revision 1.191
> diff -u -r1.191 rules
> --- rules       2001/06/20 19:16:06     1.191
> +++ rules       2001/06/27 02:23:56
> @@ -24,7 +24,9 @@
>         ./configure $(configkde) --without-shadow --with-pam=kde \
>         --with-ldap --with-cdparanoia --with-vorbis \
>         --libdir=$(kde_libdir) --includedir=$(kde_includedir) \
> -       --with-extra-includes=/usr/X11R6/include --without-ssl
> +       --with-extra-includes=/usr/X11R6/include \
> +       --with-extra-includes=/usr/include/kde/arts \
> +       --with-extra-includes=/usr/include/kde --without-ssl

I don't understand why this would matter.  KDE already includes 
/usr/include/kde and those bits that require stuff under arts/ already
do it properly.  What's not building...because if it needs the above something
is not building and it's not building for everyone who builds KDE.

Ivan

-- 
----------------
Ivan E. Moore II
rkrusty@tdyc.com
http://snowcrash.tdyc.com
GPG KeyID=90BCE0DD
GPG Fingerprint=F2FC 69FD 0DA0 4FB8 225E 27B6 7645 8141 90BC E0DD



Reply to: