9338f2aaba
libX11. (yes, it uses libX11 directly, I checked. sigh.) PKGREVISION -> 7
14 lines
386 B
Text
14 lines
386 B
Text
$NetBSD: patch-src_gimmix_lyrics_c,v 1.1 2011/08/01 03:40:58 dholland Exp $
|
|
|
|
Fix build with recent curl.
|
|
|
|
--- src/gimmix-lyrics.c~ 2009-11-22 11:01:29.000000000 +0000
|
|
+++ src/gimmix-lyrics.c
|
|
@@ -30,7 +30,6 @@
|
|
#include <nxml.h>
|
|
#include <glib/gstdio.h>
|
|
#include <curl/curl.h>
|
|
-#include <curl/types.h>
|
|
#include <curl/easy.h>
|
|
#include <libxml/xmlreader.h>
|
|
#include "gimmix-lyrics.h"
|