diff options
Diffstat (limited to 'media-libs/urt/files/urt-3.1b-build-fixes.patch')
-rw-r--r-- | media-libs/urt/files/urt-3.1b-build-fixes.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-libs/urt/files/urt-3.1b-build-fixes.patch b/media-libs/urt/files/urt-3.1b-build-fixes.patch new file mode 100644 index 000000000000..462357200816 --- /dev/null +++ b/media-libs/urt/files/urt-3.1b-build-fixes.patch @@ -0,0 +1,16 @@ +some hosts are more anal about ar usage than others + +http://bugs.gentoo.org/107428 + +--- lib/makefile.src ++++ lib/makefile.src +@@ -181,8 +181,7 @@ + # Rebuild the library from all the .o files. + buildlib: $(OBJS) + -rm -f $(LIBNAME) +- ar rc $(LIBNAME) +- ar q $(LIBNAME) $(OBJS) ++ ar rc $(LIBNAME) $(OBJS) + #ifndef NO_RANLIB + ranlib $(LIBNAME) + #endif |