summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-27 19:50:35 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-27 19:50:35 +0800
commit72d556180d9c819061983694d2c116789e957351 (patch)
tree1adf2ec720b89a526bde4d32df29450a077eda94 /graphics/libchamplain/files
parenta67bf1b2b32a3dd353240394a1e9ea911ca275ab (diff)
downloadmarcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar.gz
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar.bz2
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar.lz
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar.xz
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.tar.zst
marcuscom-ports-72d556180d9c819061983694d2c116789e957351.zip
Update to 0.4.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain/files')
-rw-r--r--graphics/libchamplain/files/patch-champlain-gtk_Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in b/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in
deleted file mode 100644
index 2c4455f73..000000000
--- a/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- champlain-gtk/Makefile.in.orig 2009-10-19 16:10:37.000000000 +0200
-+++ champlain-gtk/Makefile.in 2009-10-19 16:21:13.000000000 +0200
-@@ -715,7 +715,7 @@ champlain-gtk-marshal.c: $(CHAMPLAIN_GTK
- @HAVE_INTROSPECTION_TRUE@ $(SOUP_CFLAGS) \
- @HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir) \
- @HAVE_INTROSPECTION_TRUE@ -DCHAMPLAIN_COMPILATION \
--@HAVE_INTROSPECTION_TRUE@ --add-include-path=$(builddir) \
-+@HAVE_INTROSPECTION_TRUE@ --add-include-path=$(top_builddir)/champlain \
- @HAVE_INTROSPECTION_TRUE@ --c-include="$(libchamplain_include_HEADERS)" \
- @HAVE_INTROSPECTION_TRUE@ --include=Champlain-0.4 \
- @HAVE_INTROSPECTION_TRUE@ --include=Clutter-1.0 \
-@@ -729,7 +729,7 @@ champlain-gtk-marshal.c: $(CHAMPLAIN_GTK
- @HAVE_INTROSPECTION_TRUE@ $(addprefix $(srcdir)/,$(libchamplain_include_HEADERS))
-
- @HAVE_INTROSPECTION_TRUE@%.typelib: %.gir $(INTROSPECTION_COMPILER)
--@HAVE_INTROSPECTION_TRUE@ $(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
-+@HAVE_INTROSPECTION_TRUE@ $(QUIET_GEN)$(DEBUG) $(INTROSPECTION_COMPILER) --includedir=$(srcdir) --includedir=. --includedir=$(top_builddir)/champlain $(INTROSPECTION_COMPILER_OPTS) $< -o $(builddir)/$(@F)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.