openbsd-ports/audio/xmms/patches/gcc-Input_mpg123_Makefile_in
naddy 50c4543def - fix a buffer overflow that garbled the status display of the XMMS sun
audio plugin while playing; use proper unsigned types while there
- sync the gcc workaround patch with the new automake output
2007-12-30 20:23:15 +00:00

18 lines
870 B
Plaintext

$OpenBSD: gcc-Input_mpg123_Makefile_in,v 1.2 2007/12/30 20:23:15 naddy Exp $
--- Input/mpg123/Makefile.in.orig Fri Nov 16 22:54:40 2007
+++ Input/mpg123/Makefile.in Tue Dec 11 00:22:18 2007
@@ -455,6 +455,13 @@ distclean-compile:
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
+layer3.lo: layer3.c
+@am__fastdepCC_TRUE@ if $(LTCOMPILE) -O0 -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@ $(LTCOMPILE) -O0 -c -o $@ $<
+
.s.o:
$(CCASCOMPILE) -c $<