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

From Brad.
This commit is contained in:
landry 2010-06-11 19:10:07 +00:00
parent 2c62a3f2f8
commit 7da7a14cf9
2 changed files with 6 additions and 24 deletions

View File

@ -1,27 +1,23 @@
# $OpenBSD: Makefile,v 1.23 2007/09/01 20:11:21 kili Exp $
# $OpenBSD: Makefile,v 1.24 2010/06/11 19:10:07 landry Exp $
COMMENT= Type 1 rasterizer library for UNIX/X11
DISTNAME= t1lib-5.1.0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= t1 6.0
PKGNAME= ${DISTNAME}p2
CATEGORIES= devel textproc
MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \
${MASTER_SITE_BACKUP}
SHARED_LIBS= t1 6.0
MAINTAINER= Brad Smith <brad@comstyle.com>
# GPL
# LGPLv2 / GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
# work around optimizer bug in gcc 3.3.5 (in-tree)
.if ${MACHINE_ARCH} == "sparc64"
PATCH_LIST= gcc-patch-* patch-*
.endif
WANTLIB= c m
USE_GMAKE= Yes
USE_LIBTOOL= Yes

View File

@ -1,14 +0,0 @@
$OpenBSD: gcc-patch-lib_type1_Makefile_in,v 1.1 2003/07/22 22:44:46 naddy Exp $
--- lib/type1/Makefile.in.orig Tue Jun 25 04:15:45 2002
+++ lib/type1/Makefile.in Tue Jul 22 00:56:27 2003
@@ -85,6 +85,10 @@ OBJS = \
all: $(OBJS)
+type1.lo: type1.c
+ $(LIBTOOL) --mode=compile \
+ $(CC) -c $(CPPFLAGS) $(CFLAGS) -O0 $<
+
.PHONY: clean
dependencies: dummy