openbsd-ports/news/pan/patches/patch-pan_general_macros_h

21 lines
497 B
Plaintext

$OpenBSD: patch-pan_general_macros_h,v 1.1 2012/03/29 12:09:55 naddy Exp $
--- pan/general/macros.h.orig Wed Mar 28 17:36:44 2012
+++ pan/general/macros.h Wed Mar 28 17:39:43 2012
@@ -62,15 +62,7 @@
extern "C"
{
- #include <glibconfig.h> // get the version
- #include <glib/gutils.h> // get GLIB_CHECK_VERSION
-
- // pick up g_assert()
- #if GLIB_CHECK_VERSION(2,16,0)
- #include <glib/gtestutils.h>
- #else
- #include <glib/gmessages.h>
- #endif
+ #include <glib.h>
}
#endif