diff options
author | Andrew Thompson <thompsa@FreeBSD.org> | 2007-07-12 04:14:01 +0000 |
---|---|---|
committer | Andrew Thompson <thompsa@FreeBSD.org> | 2007-07-12 04:14:01 +0000 |
commit | 41f9fdd037d1122aeb7468dd38705c95529cae0d (patch) | |
tree | 3539cd4da9cea6b8ce7c8a3c9104168c60ee1fb7 | |
parent | Fix some crashes and some build warnings. This should get pulse working as an (diff) |
The wicontrol ioctls are no longer available from 7.x.
Notes
Notes:
svn path=/head/; revision=195445
-rw-r--r-- | net/wistumbler2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/wistumbler2/Makefile b/net/wistumbler2/Makefile index d9231275093b..bfee4070bdf5 100644 --- a/net/wistumbler2/Makefile +++ b/net/wistumbler2/Makefile @@ -36,6 +36,9 @@ MAKE_ENV= PREFIX=${LOCALBASE} USE_GTK=0 .if ${OSVERSION} < 501107 IGNORE= requires newer kernel sources .endif +.if ${OSVERSION} > 700045 +IGNORE= is not supported on FreeBSD 7.X and later +.endif post-patch: # Abovementioned header was removed. Patch for it. |