openbsd-ports/audio/lopster/patches/gcc-src_Makefile_in
margarida cc94fb6c1d Update to version 1.2.0
- Add no_ogg FLAVOR;
- Stability fixes.

From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
2003-04-05 22:19:35 +00:00

14 lines
402 B
Plaintext

$OpenBSD: gcc-src_Makefile_in,v 1.2 2003/04/05 22:19:35 margarida Exp $
--- src/Makefile.in.orig Tue Mar 4 14:08:56 2003
+++ src/Makefile.in Sat Mar 8 16:47:23 2003
@@ -158,6 +158,9 @@ uninstall-binPROGRAMS:
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
done
+interface.o:
+ $(COMPILE) -O0 -c interface.c
+
.s.o:
$(COMPILE) -c $<