From 815b9215857576df2b7e1dff2a47ae8dab1908ff Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 27 Dec 2003 07:16:40 +0000 Subject: [PATCH] Delete generated header file (which shouldn't have been part of distribution), so that it gets properly generated for all machines.... Fixes big endian arches Pointed out by jcs@ --- devel/libusb/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 05da3ab0c30..822921af9e8 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2003/11/27 04:34:26 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.10 2003/12/27 07:16:40 pvalchev Exp $ COMMENT= "USB access library" VERSION= 0.1.7 DISTNAME= libusb-${VERSION} -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= devel HOMEPAGE= http://libusb.sourceforge.net/ @@ -24,4 +24,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static +post-extract: + @rm ${WRKSRC}/usb.h + .include