[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Broken amd64 packages
On Sun, Jul 11, 2004 at 06:47:51PM +0000, Christian Weisgerber wrote:
> And here's the latest breakage list on amd64:
> multimedia/libquicktime missing -fPIC?
looks like a poor attempt at bypassing libtool.
--
<jakemsr@jakemsr.com>
Index: multimedia/libquicktime/patches/patch-plugins_rtjpeg_Makefile_in
===================================================================
RCS file: multimedia/libquicktime/patches/patch-plugins_rtjpeg_Makefile_in
diff -N multimedia/libquicktime/patches/patch-plugins_rtjpeg_Makefile_in
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ multimedia/libquicktime/patches/patch-plugins_rtjpeg_Makefile_in 12 Jul 2004 00:45:19 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- plugins/rtjpeg/Makefile.in.orig Sun Jul 11 17:30:51 2004
++++ plugins/rtjpeg/Makefile.in Sun Jul 11 17:33:42 2004
+@@ -397,7 +397,7 @@ uninstall-am: uninstall-info-am uninstal
+
+
+ RTjpeg.lo: RTjpeg.c RTjpeg.h
+- gcc @RTJPEG_CFLAGS@ -c RTjpeg.c -o RTjpeg.lo
++ $(CC) @RTJPEG_CFLAGS@ -fPIC -DPIC -c RTjpeg.c -o RTjpeg.lo
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: