Author: branden Date: 2003-06-14 06:00:52 -0500 (Sat, 14 Jun 2003) New Revision: 205
Modified: branches/4.3.0/sid/debian/patches/909_debian_piclib_support.diff Log: debian/patches/909_debian_piclib_support.diff: fix thinko in last commit Modified: branches/4.3.0/sid/debian/patches/909_debian_piclib_support.diff ============================================================================== --- branches/4.3.0/sid/debian/patches/909_debian_piclib_support.diff 2003-06-14 10:45:34 UTC (rev 204) +++ branches/4.3.0/sid/debian/patches/909_debian_piclib_support.diff 2003-06-14 11:00:52 UTC (rev 205) @@ -41,7 +41,7 @@ #endif +#ifndef DoPicLib -+# ifdef DoNormalLib && !DoSharedLib && !StaticNeedsPicForShared ++# if DoNormalLib && !DoSharedLib && !StaticNeedsPicForShared +# define DoPicLib YES +# else +# define DoPicLib NO