diff options
| author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-11-25 13:37:26 +0000 | 
|---|---|---|
| committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-11-25 13:37:26 +0000 | 
| commit | 01b58146c6f6af1a85614ac1d1dc71de7a2c2f79 (patch) | |
| tree | 94e2e53a860c115fc163fb88ac0a2a15d1d15355 /games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h | |
| parent | - Update to 4.550.1 (diff) | |
Update games/jfsw to 20131019
Notes
Notes:
    svn path=/head/; revision=373408
Diffstat (limited to 'games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h')
| -rw-r--r-- | games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h | 15 | 
1 files changed, 0 insertions, 15 deletions
diff --git a/games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h b/games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h deleted file mode 100644 index 2ee258083a99..000000000000 --- a/games/jfsw/files/patch-jfsw_src_20051009-source-jaudiolib-util.h +++ /dev/null @@ -1,15 +0,0 @@ ---- jfsw_src_20051009/source/jaudiolib/util.h.orig	1970-01-01 01:00:00.000000000 +0100 -+++ jfsw_src_20051009/source/jaudiolib/util.h	2005-10-10 15:02:08.000000000 +0200 -@@ -0,0 +1,12 @@ -+#ifndef AUDIOLIB__UTIL_H -+#define AUDIOLIB__UTIL_H -+ -+#ifndef min -+#define min(a, b)  ((a) < (b) ? (a) : (b)) -+#endif -+ -+#ifndef max -+#define max(a, b)  ((a) > (b) ? (a) : (b)) -+#endif -+ -+#endif  | 
