diff options
author | tron <tron@pkgsrc.org> | 2006-12-05 18:31:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-12-05 18:31:07 +0000 |
commit | cefe2dd7eb8121e5ded0270506543367242baeba (patch) | |
tree | 59b1eaa35f02769e4f371d4ba9970cb2598651ef /multimedia | |
parent | 075a3cc320423677a3187fb2dea91083889b8f2b (diff) | |
download | pkgsrc-cefe2dd7eb8121e5ded0270506543367242baeba.tar.gz |
Readd fix for build problem under Mac OS X using Apple's Xcode Tools 2.4
which was removed during the last update of this package.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/avidemux/distinfo | 3 | ||||
-rw-r--r-- | multimedia/avidemux/patches/patch-ae | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo index 20e06a87b91..ff3664a4964 100644 --- a/multimedia/avidemux/distinfo +++ b/multimedia/avidemux/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2006/12/05 14:26:28 tron Exp $ +$NetBSD: distinfo,v 1.11 2006/12/05 18:31:07 tron Exp $ SHA1 (avidemux_2.3.0.tar.gz) = 40a51db22593d910224dac91b512489a6af499fb RMD160 (avidemux_2.3.0.tar.gz) = 1e10183d4b80104a42d40bfd9d9e9b5c54843d9e @@ -7,3 +7,4 @@ SHA1 (patch-aa) = a320cdadfeb563af3ced0f1adc15da9b2d22c262 SHA1 (patch-ab) = 744c90178da28af2e214d57211b4d631a06d8b2e SHA1 (patch-ac) = 7872afd5a1eebd6bd57de65a1cfac1ac4e3149ee SHA1 (patch-ad) = 3a0b32c90471d4589f50afca9495eff2b2b74fcb +SHA1 (patch-ae) = 275ffd524e25fd9f3d3f27b503eb092857a6045a diff --git a/multimedia/avidemux/patches/patch-ae b/multimedia/avidemux/patches/patch-ae new file mode 100644 index 00000000000..1ed73e0d967 --- /dev/null +++ b/multimedia/avidemux/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2006/12/05 18:31:07 tron Exp $ + +--- avidemux/ADM_lavutil/common.h.orig 2005-12-31 14:36:45.000000000 +0000 ++++ avidemux/ADM_lavutil/common.h 2006-10-23 15:39:26.000000000 +0100 +@@ -65,6 +65,10 @@ + # define restrict + #endif + ++#if defined(__APPLE__) && defined(__MACH__) ++#include <math.h> ++#endif ++ + #ifndef always_inline + #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) + # define always_inline __attribute__((always_inline)) inline |