diff options
-rw-r--r-- | x11/kde4-baseapps/files/patch-apps_kinfocenter_usbview_usbdevices.h | 2 | ||||
-rw-r--r-- | x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4-baseapps/files/patch-apps_kinfocenter_usbview_usbdevices.h b/x11/kde4-baseapps/files/patch-apps_kinfocenter_usbview_usbdevices.h index 095b61afd17c..05f6d8d89819 100644 --- a/x11/kde4-baseapps/files/patch-apps_kinfocenter_usbview_usbdevices.h +++ b/x11/kde4-baseapps/files/patch-apps_kinfocenter_usbview_usbdevices.h @@ -5,7 +5,7 @@ #include <QStringList> #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) +#include <sys/param.h> -+#if __FreeBSD_version+0 >= 800061 ++#if __FreeBSD_version >= 800061 +#include <legacy/dev/usb/usb.h> +#else #include <dev/usb/usb.h> diff --git a/x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h b/x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h index 095b61afd17c..05f6d8d89819 100644 --- a/x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h +++ b/x11/kdebase4/files/patch-apps_kinfocenter_usbview_usbdevices.h @@ -5,7 +5,7 @@ #include <QStringList> #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD) +#include <sys/param.h> -+#if __FreeBSD_version+0 >= 800061 ++#if __FreeBSD_version >= 800061 +#include <legacy/dev/usb/usb.h> +#else #include <dev/usb/usb.h> |