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@
This commit is contained in:
pvalchev 2003-12-27 07:16:40 +00:00
parent 189876eb88
commit 815b921585

View File

@ -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" COMMENT= "USB access library"
VERSION= 0.1.7 VERSION= 0.1.7
DISTNAME= libusb-${VERSION} DISTNAME= libusb-${VERSION}
PKGNAME= ${DISTNAME}p1 PKGNAME= ${DISTNAME}p2
CATEGORIES= devel CATEGORIES= devel
HOMEPAGE= http://libusb.sourceforge.net/ HOMEPAGE= http://libusb.sourceforge.net/
@ -24,4 +24,7 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-static
post-extract:
@rm ${WRKSRC}/usb.h
.include <bsd.port.mk> .include <bsd.port.mk>