diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-06-17 08:21:16 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2016-06-17 08:21:16 +0000 |
commit | 29eac2606ee2a3eb2245a8fb079491ed6ae5b0e5 (patch) | |
tree | 2bebfb087e290bb1a99bcee797e18c02677931d0 /games/imaze/files/patch-source_fbsd_joystick.c | |
parent | math/blitz++: unbreak build on 11.0 and dragonfly (diff) |
games/imaze: unbreak and modernize port
This includes:
- Bump PORTREVISION
- Unbreak fetch
- Remove TUCOWS from MASTER_SITES
- Add ATHENA option and set it by default, instead of XVIEW
- Convert GUI's options from RADIO to SINGLE
- Switch to options helpers
- Add MOTIFLIB define with proper value to fix linkage
- Add xmu to USE_XORG
- Regenerate patches
PR: 210081
Submitted by: lightside <lightside@gmx.com>
Approved by: junovitch (mentor)
Notes
Notes:
svn path=/head/; revision=417000
Diffstat (limited to 'games/imaze/files/patch-source_fbsd_joystick.c')
-rw-r--r-- | games/imaze/files/patch-source_fbsd_joystick.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/files/patch-source_fbsd_joystick.c b/games/imaze/files/patch-source_fbsd_joystick.c index 8d1d16c38b7e..bf1d0fc9f75a 100644 --- a/games/imaze/files/patch-source_fbsd_joystick.c +++ b/games/imaze/files/patch-source_fbsd_joystick.c @@ -1,5 +1,5 @@ ---- source/fbsd_joystick.c.orig Sat Jun 28 15:55:30 2003 -+++ source/fbsd_joystick.c Sat Jun 28 15:56:01 2003 +--- source/fbsd_joystick.c.orig 2001-12-10 00:47:38 UTC ++++ source/fbsd_joystick.c @@ -44,7 +44,7 @@ #include <errno.h> #include <fcntl.h> |