Re: [AD] allegro-config patch: sed expression seds too much |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wednesday 04 September 2002 07:01, Peter Wang wrote:
> > Maybe use this instead of -I?
> >
> > `-isystem DIR'
>
> Waitaminute, that wouldn't solve anything. Sorry.
You lie :-) it works perfectly. But does it work with gcc 2? If so, you
can apply the attached patch.
Bye for now,
- --
Laurence Withers, lwithers@xxxxxxxxxx
(GnuPG 04A646EA) http://www.lwithers.demon.co.uk/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9deW4UdhclgSmRuoRAjn1AKCoN4Nijlr8cCHA942M3EakNozdhQCfa1Xp
iN0h50vEfWcgfhwz3qYnWvA=
=crTO
-----END PGP SIGNATURE-----
--- allegro-config.old Wed Sep 4 11:46:50 2002
+++ allegro-config Wed Sep 4 11:47:56 2002
@@ -145,7 +145,7 @@
fi
if test "$echo_cflags" = "yes"; then
- echo -I${prefix}/include $allegro_cflags
+ echo -isystem ${prefix}/include $allegro_cflags
fi
if test "$echo_cppflags" = "yes"; then