mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
$NetBSD: patch-libsylph_defs_h,v 1.1 2012/05/06 22:56:10 dholland Exp $
|
|
|
|
Fix build with latest glib2.
|
|
|
|
--- libsylph/defs.h~ 2006-09-22 04:10:24.000000000 +0000
|
|
+++ libsylph/defs.h
|
|
@@ -24,7 +24,7 @@
|
|
# include "config.h"
|
|
#endif
|
|
|
|
-#include <glibconfig.h>
|
|
+#include <glib.h>
|
|
|
|
#ifdef G_OS_WIN32
|
|
# include <glib/gwin32.h>
|