tag 621949 + patch
thanks

Trivial bug is trivial.

--- Makefile.orig       2011-04-19 18:24:42.032513881 +0200
+++ Makefile    2011-04-19 18:25:00.132474570 +0200
@@ -11,7 +11,7 @@
 # gtk-config is usually installed together with gtk and it should
 # be used when possible:
 LIBS=`pkg-config --libs gtk+-2.0`
-INCLUDES=-I /usr/lib/glib-2.0/include -I /usr/include/glib-2.0 -I 
/usr/include/gtk-2.0 -I /usr/include/gdk-2.0 -I /usr/include/cairo -I 
/usr/include/pango-1.0 -I /usr/lib/gtk-2.0/include -I /usr/include/atk-1.0
+INCLUDES=`pkg-config --cflags gtk+-2.0`
 
 gpppon: gpppon.o
        $(CC) -o gpppon $(LIBS) gpppon.o 


-- 
 .''`.      Josselin Mouette
: :' :
`. `'
  `-




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to