diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-24 19:40:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-24 19:40:09 +0000 |
commit | d1d1f1e688fef9ba8d35e5fe99ef1fb926f6613a (patch) | |
tree | a2fa0fce22e41fdd392ee7e7e577fba825319003 /media-video/mjpegtools/files | |
parent | Fixed patch as the version was not getting sourced in some instances. (diff) | |
download | historical-d1d1f1e688fef9ba8d35e5fe99ef1fb926f6613a.tar.gz historical-d1d1f1e688fef9ba8d35e5fe99ef1fb926f6613a.tar.bz2 historical-d1d1f1e688fef9ba8d35e5fe99ef1fb926f6613a.zip |
adding fPIC patches. Closes 39268.
Diffstat (limited to 'media-video/mjpegtools/files')
-rw-r--r-- | media-video/mjpegtools/files/mjpegtools-1.6.1.92-fPIC.patch | 11 | ||||
-rw-r--r-- | media-video/mjpegtools/files/mjpegtools-1.6.1.93-fPIC.patch | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/media-video/mjpegtools/files/mjpegtools-1.6.1.92-fPIC.patch b/media-video/mjpegtools/files/mjpegtools-1.6.1.92-fPIC.patch new file mode 100644 index 000000000000..cf8b91f0801d --- /dev/null +++ b/media-video/mjpegtools/files/mjpegtools-1.6.1.92-fPIC.patch @@ -0,0 +1,11 @@ +--- utils/Makefile.in 2004-01-02 20:41:53.687970979 +0000 ++++ utils/Makefile.in 2004-01-02 20:42:03.468500179 +0000 +@@ -289,7 +289,7 @@ + @AMDEP_TRUE@ ./$(DEPDIR)/mpegtimecode.Po ./$(DEPDIR)/yuv4mpeg.Po \ + @AMDEP_TRUE@ ./$(DEPDIR)/yuv4mpeg_ratio.Po + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) diff --git a/media-video/mjpegtools/files/mjpegtools-1.6.1.93-fPIC.patch b/media-video/mjpegtools/files/mjpegtools-1.6.1.93-fPIC.patch new file mode 100644 index 000000000000..cf8b91f0801d --- /dev/null +++ b/media-video/mjpegtools/files/mjpegtools-1.6.1.93-fPIC.patch @@ -0,0 +1,11 @@ +--- utils/Makefile.in 2004-01-02 20:41:53.687970979 +0000 ++++ utils/Makefile.in 2004-01-02 20:42:03.468500179 +0000 +@@ -289,7 +289,7 @@ + @AMDEP_TRUE@ ./$(DEPDIR)/mpegtimecode.Po ./$(DEPDIR)/yuv4mpeg.Po \ + @AMDEP_TRUE@ ./$(DEPDIR)/yuv4mpeg_ratio.Po + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) ++ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -fPIC + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) |