26a178bb72
- rename patch, because not only powerpc is using it now. no bump, because !mips64 packages didn't change, and mips64 didn't package. ok mbalmer@
14 lines
621 B
Plaintext
14 lines
621 B
Plaintext
$OpenBSD: sup-no_optimization,v 1.1 2008/01/30 14:08:54 jasper Exp $
|
|
--- src/Makefile.in.orig Mon Jan 28 17:12:41 2008
|
|
+++ src/Makefile.in Mon Jan 28 17:13:55 2008
|
|
@@ -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
|