diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-13 07:36:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-13 07:36:40 +0000 |
commit | 0e2290174222f21e029d2ee1b4f735b81d2e8a77 (patch) | |
tree | 5bae26cd846dc4a796c177a7a235a57d413e6a9c /package/xorg/xorg-config.patch | |
parent | dadad95190710ae2e7c2c0cc9cacf5541f99c6f7 (diff) | |
download | buildroot-novena-0e2290174222f21e029d2ee1b4f735b81d2e8a77.tar.gz buildroot-novena-0e2290174222f21e029d2ee1b4f735b81d2e8a77.zip |
Fix some stupid bugs in the Xorg build
Diffstat (limited to 'package/xorg/xorg-config.patch')
-rw-r--r-- | package/xorg/xorg-config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xorg/xorg-config.patch b/package/xorg/xorg-config.patch index 87e836f27..9c92ed12c 100644 --- a/package/xorg/xorg-config.patch +++ b/package/xorg/xorg-config.patch @@ -73,7 +73,7 @@ #undef PostIncDir -#define PostIncDir /skiff/local/lib/gcc-lib/arm-linux/2.95.2/include -#define CcCmd /skiff/local/bin/arm-linux-gcc -+#define PostIncDir REPLACE_STAGING_DIR/lib/gcc-lib/REPLACE_ARCH-linux-uclibc/3.3.3/include ++#define PostIncDir REPLACE_GCCINC_DIR +#define CcCmd REPLACE_STAGING_DIR/bin/REPLACE_ARCH-linux-gcc #undef CplusplusCmd -#define HasCplusplus YES |