aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gevas/files/patch-demo::Makefile.am
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-19 16:22:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-19 16:22:34 +0000
commita8715f3333dbe19b1bcc6a5bc977eccd5d1d778a (patch)
treec2564903ee6bba5e6a00e1256b94fff18974548e /x11-toolkits/gevas/files/patch-demo::Makefile.am
parentba1fa488d42419e768eb41e7b9fb033ac597432d (diff)
Gevas are GTK+ bindings to evas canvas library, modeled after GnomeCanvas
library. PR: ports/25918 Submitted by: ishmael27@home.com
Diffstat (limited to 'x11-toolkits/gevas/files/patch-demo::Makefile.am')
-rw-r--r--x11-toolkits/gevas/files/patch-demo::Makefile.am11
1 files changed, 11 insertions, 0 deletions
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@
+