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:
parent
189876eb88
commit
815b921585
@ -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 <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user