14 lines
493 B
Text
14 lines
493 B
Text
$NetBSD: patch-libgnome_Makefile.in,v 1.1 2013/04/19 20:37:41 prlw1 Exp $
|
|
|
|
Avoid compilation error caused by use of deprecated g_thread API
|
|
|
|
--- libgnome/Makefile.in.orig 2013-04-19 20:27:06.000000000 +0000
|
|
+++ libgnome/Makefile.in
|
|
@@ -311,7 +311,6 @@ INCLUDES = \
|
|
-I$(srcdir)/.. \
|
|
$(WARN_CFLAGS) \
|
|
$(LIBGNOME_CFLAGS) \
|
|
- -DG_DISABLE_DEPRECATED \
|
|
-DLIBGNOME_PREFIX=\""$(prefix)"\" \
|
|
-DLIBGNOME_LIBDIR=\""$(libdir)"\" \
|
|
-DLIBGNOME_DATADIR=\""$(datadir)"\" \
|