openbsd-ports/audio/libcdaudio/patches/sup-powerpc
2007-09-20 22:07:50 +00:00

13 lines
552 B
Plaintext

--- src/Makefile.in.orig Sat Oct 2 18:53:33 2004
+++ src/Makefile.in Thu Sep 20 22:44:36 2007
@@ -272,6 +272,9 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extra_objs.Plo@am__quote@
+cddb.lo:
+ $(LIBTOOL) --mode=compile $(COMPILE) -O1 -c $<
+
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi