Bug#509961: lmemory: build with gtk+-2.0
    Clint Adams 
    schizo at debian.org
       
    Sun Dec 28 00:40:43 UTC 2008
    
    
  
Package: lmemory
Version: 0.6c-3
Porting this to gtk+2 seems pretty trivial:
Index: lmemory-0.6c/configure.in
===================================================================
--- lmemory-0.6c.orig/configure.in	2008-12-27 19:35:58.000000000 -0500
+++ lmemory-0.6c/configure.in	2008-12-27 19:36:51.000000000 -0500
@@ -22,8 +22,8 @@
 AC_STDC_HEADERS
 AC_ARG_PROGRAM
 
-AM_PATH_GTK(1.2.0,,
-   AC_MSG_ERROR(Cannot find correct version of GTK - is gtk-config in path?))
+AM_PATH_GTK_2_0(,,
+   AC_MSG_ERROR(Cannot find correct version of GTK))
 
 dnl Checks for header files.
 AC_HEADER_STDC
    
    
More information about the Pkg-games-devel
mailing list