From a8715f3333dbe19b1bcc6a5bc977eccd5d1d778a Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 19 Mar 2001 16:22:34 +0000 Subject: Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas library. PR: ports/25918 Submitted by: ishmael27@home.com --- x11-toolkits/gevas/files/patch-demo::Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-toolkits/gevas/files/patch-demo::Makefile.am (limited to 'x11-toolkits/gevas/files/patch-demo::Makefile.am') diff --git a/x11-toolkits/gevas/files/patch-demo::Makefile.am b/x11-toolkits/gevas/files/patch-demo::Makefile.am new file mode 100644 index 000000000000..bbd536bb06da --- /dev/null +++ b/x11-toolkits/gevas/files/patch-demo::Makefile.am @@ -0,0 +1,11 @@ +--- demo/Makefile.am.orig Thu Feb 8 09:30:50 2001 ++++ demo/Makefile.am Mon Mar 19 07:32:14 2001 +@@ -28,7 +28,7 @@ + testgevas_SOURCES = \ + testgevas.c + +-INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@ ++INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@ + + testgevas_LDADD = @evas_libs@ @edb_libs@ ../src/libgevas.la -lm @GTK_LIBS@ + -- cgit v1.2.3