pkgsrc/audio/gimmix/patches/patch-src_gimmix_covers_c
dholland 9338f2aaba Fix build with recent curl; also fix deps via verifypc, uses glib2 and
libX11. (yes, it uses libX11 directly, I checked. sigh.) PKGREVISION -> 7
2011-08-01 03:40:58 +00:00

14 lines
377 B
Text

$NetBSD: patch-src_gimmix_covers_c,v 1.1 2011/08/01 03:40:58 dholland Exp $
Fix build with recent curl.
--- src/gimmix-covers.c~ 2009-11-22 11:01:29.000000000 +0000
+++ src/gimmix-covers.c
@@ -29,7 +29,6 @@
#include <glib.h>
#include <glib/gstdio.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <nxml.h>
#include <libxml/xmlreader.h>