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

From Brad
This commit is contained in:
landry 2010-06-11 19:22:32 +00:00
parent 7da7a14cf9
commit 8126d56553
2 changed files with 2 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2010/04/24 20:18:39 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2010/06/11 19:22:32 landry Exp $
COMMENT-main= cross-platform remote desktop access
COMMENT-viewer= client for cross-platform remote desktop access
VERSION= 1.3.10
PKGNAME-main= tightvnc-${VERSION}
PKGNAME-main= tightvnc-${VERSION}p0
PKGNAME-viewer= tightvnc-viewer-${VERSION}p0
DISTNAME= tightvnc-${VERSION}_unixsrc
CATEGORIES= net
@ -46,10 +46,6 @@ MAKE_FLAGS= CC=${CC} \
DOCUMENTATION= vncserver.man vncpasswd/vncpasswd.man vncconnect/vncconnect.man \
Xvnc/programs/Xserver/Xvnc.man vncviewer/vncviewer.man
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= patch-* gcc-*
.endif
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer

View File

@ -1,12 +0,0 @@
$OpenBSD: gcc-Xvnc_lib_font_Type1_Imakefile,v 1.1 2004/03/11 18:01:27 sturm Exp $
--- Xvnc/lib/font/Type1/Imakefile.orig 2004-03-11 13:54:17.000000000 +0100
+++ Xvnc/lib/font/Type1/Imakefile 2004-03-11 13:55:34.000000000 +0100
@@ -50,4 +50,8 @@ SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))
+type1.o: type1.c
+ $(RM) $@
+ $(CC) -c $(CFLAGS) -O0 $(_NOOP_) type1.c
+
DependTarget()