Remove sparc64-specific patch now that it switched to gcc4.

From Brad.
This commit is contained in:
landry 2010-06-11 19:56:35 +00:00
parent 8126d56553
commit a7f4166328
2 changed files with 2 additions and 18 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2010/03/25 20:54:42 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2010/06/11 19:56:35 landry Exp $
COMMENT= Desktop wallpaper manager and X11 screensaver
DISTNAME= chbg-2.0.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= x11
HOMEPAGE= http://www.beebgames.com/sw/gtk-ports.html
@ -39,10 +40,6 @@ MODULES= devel/gettext
SEPARATE_BUILD= concurrent
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif
post-extract:
@cd ${WRKSRC} && ${MAKE_PROGRAM} distclean

View File

@ -1,13 +0,0 @@
$OpenBSD: gcc-src_Makefile_in,v 1.2 2010/03/25 20:54:42 jasper Exp $
--- src/Makefile.in.orig Thu Mar 9 22:56:49 2006
+++ src/Makefile.in Thu Mar 25 21:44:37 2010
@@ -160,6 +160,9 @@ uninstall-binPROGRAMS:
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
done
+config.o: $(srcdir)/config.c
+ $(COMPILE) -O0 -c $(srcdir)/config.c
+
.s.o:
$(COMPILE) -c $<