diff options
author | Stefan Jones <cretin@gentoo.org> | 2002-11-21 15:08:56 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2002-11-21 15:08:56 +0000 |
commit | 35223f8c46c7a1ce544eeef02e383dd40badb7bd (patch) | |
tree | 5087e2a19fce5ed0825e4981c921c05f1fc20790 /x11-base | |
parent | Bumped to new version to fix bug #11038. (diff) | |
download | historical-35223f8c46c7a1ce544eeef02e383dd40badb7bd.tar.gz historical-35223f8c46c7a1ce544eeef02e383dd40badb7bd.tar.bz2 historical-35223f8c46c7a1ce544eeef02e383dd40badb7bd.zip |
Half the compile errors due to PIC defines
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xfree/files/4.2.1-r1/site.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-base/xfree/files/4.2.1-r1/site.def b/x11-base/xfree/files/4.2.1-r1/site.def index 396161b16d9b..7e154cf9aaca 100644 --- a/x11-base/xfree/files/4.2.1-r1/site.def +++ b/x11-base/xfree/files/4.2.1-r1/site.def @@ -54,6 +54,8 @@ #define BuildRender YES /* Need this to build libs with -fPIC */ +#undef StaticNeedsPicForShared +#undef BuildLibGlxWithoutPIC #define StaticNeedsPicForShared YES #define BuildLibGlxWithoutPIC NO |