diff options
Diffstat (limited to 'dev-python/imaging/files/imaging-1.1.4-fPIC.patch')
-rw-r--r-- | dev-python/imaging/files/imaging-1.1.4-fPIC.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/imaging/files/imaging-1.1.4-fPIC.patch b/dev-python/imaging/files/imaging-1.1.4-fPIC.patch new file mode 100644 index 000000000000..f39e0870bf4c --- /dev/null +++ b/dev-python/imaging/files/imaging-1.1.4-fPIC.patch @@ -0,0 +1,11 @@ +--- libImaging/Makefile.in 2004-04-18 16:53:00.242241087 +0000 ++++ libImaging/Makefile.in 2004-04-18 17:02:49.245737559 +0000 +@@ -128,5 +128,8 @@ + + # -------------------------------------------------------------------- + ++%.o: %.c ++ ${CC} ${CFLAGS} -fPIC -c $< -o $@ ++ + # DO NOT DELETE THIS LINE -- mkdep uses it. + # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. |