From f16c858d78b8f64cc73dc6ab2c32c528e1366d2b Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 4 Dec 2011 23:24:20 +0000 Subject: [PATCH] remove a workaround that is no longer required for alpha/gcc4 (and in fact not even alpha/gcc3) --- archivers/p7zip/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index ebd95af08e2..223358af84e 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2011/10/17 11:13:19 espie Exp $ +# $OpenBSD: Makefile,v 1.18 2011/12/04 23:24:20 naddy Exp $ SHARED_ONLY= Yes @@ -10,7 +10,8 @@ DISTNAME= p7zip_${V}_src_all PKGNAME= p7zip-${V} PKGNAME-main= p7zip-${V} PKGNAME-rar= p7zip-rar-${V} -REVISION-rar= 0 +REVISION-main= 0 +REVISION-rar= 1 CATEGORIES= archivers HOMEPAGE= http://sourceforge.net/projects/p7zip/ @@ -43,12 +44,6 @@ MAKE_FILE= makefile MAKE_FLAGS= MYCC="${CC}" MYCXX="${CXX}" \ MYCFLAGS="${CFLAGS}" MYCXXFLAGS="${CXXFLAGS}" -# unaligned access error in NCompress::NPPMD::CInfo::CreateSuccessors() -.if ${MACHINE_ARCH} == "alpha" -CXXFLAGS:= ${CXXFLAGS:N-O*} -.endif - - ALL_TARGET= all3 REGRESS_TARGET= all_test @@ -60,4 +55,3 @@ do-install: DESTDIR=${DESTDIR} /bin/sh install.sh .include -