diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-20 01:52:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-20 01:52:46 +0000 |
commit | 55351fa64b053c4b6ede0bff64e068812bd81aee (patch) | |
tree | 7a76336e754f41eff2812c31cf654699dcf6b7f6 /multimedia | |
parent | 344db4d0634ce72a3813f294c703ffa654962146 (diff) | |
download | pkgsrc-55351fa64b053c4b6ede0bff64e068812bd81aee.tar.gz |
Try to fix xfmedia's mess for DragonFly and other systems which have
both stdarg.h and varargs.h. Just let it believe the latter doesn't
exist...
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfmedia/distinfo | 3 | ||||
-rw-r--r-- | multimedia/xfmedia/patches/patch-ab | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/xfmedia/distinfo b/multimedia/xfmedia/distinfo index f5a40f04b76..fe654a14562 100644 --- a/multimedia/xfmedia/distinfo +++ b/multimedia/xfmedia/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/10/19 04:48:28 minskim Exp $ +$NetBSD: distinfo,v 1.2 2006/01/20 01:52:46 joerg Exp $ SHA1 (xfmedia-0.9.1.tar.bz2) = 92eff43fb180b07039d243d1cc720aed0e4163ad RMD160 (xfmedia-0.9.1.tar.bz2) = 71576ca7b58eb32bffb2fdaa8bcc75c4fb78f794 Size (xfmedia-0.9.1.tar.bz2) = 806692 bytes SHA1 (patch-aa) = faf57dee99db3f228d89bae17cd40879881a5198 +SHA1 (patch-ab) = f9cab8f90bb8f50758a5e3a11c3579ba374937af diff --git a/multimedia/xfmedia/patches/patch-ab b/multimedia/xfmedia/patches/patch-ab new file mode 100644 index 00000000000..36db35e179c --- /dev/null +++ b/multimedia/xfmedia/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2006/01/20 01:52:46 joerg Exp $ + +--- config.h.in.orig 2006-01-20 01:48:33.000000000 +0000 ++++ config.h.in +@@ -132,8 +132,10 @@ + /* Define to 1 if you have the <unistd.h> header file. */ + #undef HAVE_UNISTD_H + ++#ifndef HAVE_STDARG_H + /* Define to 1 if you have the <varargs.h> header file. */ + #undef HAVE_VARARGS_H ++#endif + + /* Define if XTEST is present */ + #undef HAVE_XTESTEXTENSION |