diff options
Diffstat (limited to 'devel/libsigrokdecode/Makefile')
-rw-r--r-- | devel/libsigrokdecode/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/libsigrokdecode/Makefile b/devel/libsigrokdecode/Makefile index 4406ba9dc02e..caec6d817197 100644 --- a/devel/libsigrokdecode/Makefile +++ b/devel/libsigrokdecode/Makefile @@ -19,11 +19,4 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -.include <bsd.port.pre.mk> - -# Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION -.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100029) || (${OSVERSION} < 1000715) -CFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |