[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / orc

File: [cvs.NetBSD.org] / pkgsrc / devel / orc / Makefile (download)

Revision 1.2.4.1, Mon Apr 25 16:31:15 2011 UTC (12 years, 11 months ago) by spz
Branch: pkgsrc-2011Q1
Changes since 1.2: +2 -1 lines

Pullup ticket #3419 - requested by he
devel/orc: build fix for powerpc

Revisions pulled up:
- devel/orc/Makefile                                            1.3
- devel/orc/distinfo                                            1.6
- devel/orc/patches/patch-ab                                    1.4

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	he
   Date:		Mon Apr 18 20:07:32 UTC 2011

   Modified Files:
   	pkgsrc/devel/orc: Makefile distinfo
   Added Files:
   	pkgsrc/devel/orc/patches: patch-ab

   Log Message:
   Add a patch so that this builds properly for powerpc.
   Also bump package revision.


   To generate a diff of this commit:
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/orc/Makefile
   cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/orc/distinfo
   cvs rdiff -u -r0 -r1.4 pkgsrc/devel/orc/patches/patch-ab

# $NetBSD: Makefile,v 1.2.4.1 2011/04/25 16:31:15 spz Exp $
#

DISTNAME=	orc-0.4.11
PKGREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://code.entropywave.com/download/orc/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://code.entropywave.com/projects/orc/
COMMENT=	Compiler for vector operations
LICENSE=	modified-bsd

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS=	gmake

PKGCONFIG_OVERRIDE+=	orc.pc.in
TEST_TARGET=	check

.include "../../mk/bsd.pkg.mk"