summaryrefslogtreecommitdiffstats
path: root/lib/libusb
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:34:21 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-03 16:34:21 +0000
commit62a263e3d1e4e58c26944afb61ce150d5ef631c3 (patch)
treece860320d617dabe39cae3deb8b08da4c329765e /lib/libusb
parent4c06fae4b3c214c30ef1d2351b765ac7a3d1f4e1 (diff)
downloadFreeBSD-src-62a263e3d1e4e58c26944afb61ce150d5ef631c3.zip
FreeBSD-src-62a263e3d1e4e58c26944afb61ce150d5ef631c3.tar.gz
Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled
by the LIBRARIES_ONLY mechanism protecting FILES. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index 25d886a..be55aa6 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -35,10 +35,10 @@ SRCS+= libusb10_io.c
.if defined(COMPAT_32BIT)
CFLAGS+= -DCOMPAT_32BIT
-.else
+.endif
+
FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc
FILESDIR= ${LIBDATADIR}/pkgconfig
-.endif
#
# Cross platform support
OpenPOWER on IntegriCloud