diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-16 09:02:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-16 09:02:30 +0000 |
commit | bdec88721c0fbf1ae859fdab09b4f1150e9fb6e5 (patch) | |
tree | 6db250439b18af4232ba544e76d1897ad4ec25f7 | |
parent | - Fix build with new usb2 (diff) |
- Fix build on HEAD
Reported by: bdheeman (via irc)
Approved by: portmgr (joe)
Notes
Notes:
svn path=/head/; revision=232348
-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> |