aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/guile-gnome
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-17 10:46:19 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-17 10:46:19 +0000
commit8ee24a09ed26007f705aaffb164fe01587ebf7fe (patch)
treed6a30fa88bddfb69e4bf55d66ce0539cfafb1aae /x11-toolkits/guile-gnome
parent4ff64aedde94664a3fa520b7c4eb8d25149d00e7 (diff)
downloadports-8ee24a09ed26007f705aaffb164fe01587ebf7fe.tar.gz
ports-8ee24a09ed26007f705aaffb164fe01587ebf7fe.zip
Notes
Diffstat (limited to 'x11-toolkits/guile-gnome')
-rw-r--r--x11-toolkits/guile-gnome/files/patch-guile-gnome::libglade::Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-toolkits/guile-gnome/files/patch-guile-gnome::libglade::Makefile.in b/x11-toolkits/guile-gnome/files/patch-guile-gnome::libglade::Makefile.in
new file mode 100644
index 000000000000..4194971a0c46
--- /dev/null
+++ b/x11-toolkits/guile-gnome/files/patch-guile-gnome::libglade::Makefile.in
@@ -0,0 +1,19 @@
+--- guile-gnome/libglade/Makefile.in.orig Sat Feb 16 23:57:11 2002
++++ guile-gnome/libglade/Makefile.in Sat Feb 16 23:58:57 2002
+@@ -63,6 +63,7 @@
+ BUILD_GUILE = @BUILD_GUILE@
+ CC = @CC@
+ DLLTOOL = @DLLTOOL@
++GLADE_INCLUDES = `libglade-config --cflags gnome`
+ GNOMEGNORBA_LIBS = @GNOMEGNORBA_LIBS@
+ GNOMEUI_LIBS = @GNOMEUI_LIBS@
+ GNOME_ACLOCAL_DIR = @GNOME_ACLOCAL_DIR@
+@@ -98,7 +99,7 @@
+ VERSION = @VERSION@
+ ZVT_LIBS = @ZVT_LIBS@
+
+-INCLUDES = -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile-gtk -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR)
++INCLUDES = -I.. -I$(srcdir)/.. -I../../guile-gtk -I$(srcdir)/../../guile-gtk -I$(includedir) $(GUILE_INCS) $(GNOME_INCLUDEDIR) $(GLADE_INCLUDES)
+
+
+ GLADE_LIBS = `libglade-config --libs gnome`