mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
$NetBSD: patch-src_gselector_cpp,v 1.1 2012/07/01 01:43:02 dholland Exp $
|
|
|
|
Add upstream change to fix build failure with latest glibmm.
|
|
|
|
--- src/gselector.cpp.orig 2009-12-07 21:43:35.000000000 +0000
|
|
+++ src/gselector.cpp
|
|
@@ -16,6 +16,8 @@
|
|
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
+#include <glibmm/main.h>
|
|
+
|
|
#include "gselector.hpp"
|
|
|
|
namespace
|