diff options
Diffstat (limited to 'devel/libsigrok/Makefile')
-rw-r--r-- | devel/libsigrok/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile index 7f422ac63552..d635d2134e31 100644 --- a/devel/libsigrok/Makefile +++ b/devel/libsigrok/Makefile @@ -30,12 +30,6 @@ MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400097 -CFLAGS+= -D__BSD_VISIBLE -D__XSI_VISIBLE -.endif - post-patch: # libusb can be disabled via src.conf(5), so detect via pkg-config @${REINPLACE_CMD} -e 's/\(libusb-1\.0\) >= 1\.0\.[0-9]*/\1/' \ |