]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- fix another mid-air collision.
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 12 Dec 2006 18:50:01 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-gcc4.patch -> 1.1

amarok-gcc4.patch [new file with mode: 0644]

diff --git a/amarok-gcc4.patch b/amarok-gcc4.patch
new file mode 100644 (file)
index 0000000..db7c70f
--- /dev/null
@@ -0,0 +1,19 @@
+--- amarok-1.4.4/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h.orig  2006-10-26 22:40:20.000000000 +0200
++++ amarok-1.4.4/amarok/src/engine/helix/helix-sp/helix-include/common/include/hxtypes.h       2006-12-11 23:23:07.181351000 +0100
+@@ -326,16 +326,6 @@
+ #endif
+ #endif
+-#ifndef NOMINMAX
+-/* Always use macro versions of these! */
+-#ifndef max
+-#define max(a, b)  (((a) > (b)) ? (a) : (b))
+-#endif
+-#ifndef min
+-#define min(a, b)  (((a) < (b)) ? (a) : (b))
+-#endif
+-#endif
+-
+ /* Should use capitalized macro versions of these, as the lowercase
+               versions conflict with the STL spec */
+ //get these from sys/param.h to avoid tons of warnings about redefining them:
This page took 0.03819 seconds and 4 git commands to generate.