summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-03 05:56:04 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-03 05:56:04 +0800
commitb51317b80ee23b434dc5a75899f07be0fea00b0f (patch)
treefd1fe78a25308457a4abd9b73df87bd334a5c1c4 /graphics/libchamplain/files
parent3cb18b0c5fdedcdc92536eb4cadef226a172028a (diff)
downloadmarcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar.gz
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar.bz2
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar.lz
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar.xz
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.tar.zst
marcuscom-ports-b51317b80ee23b434dc5a75899f07be0fea00b0f.zip
Reorder the -l stuff to allow it rebuilds its library by via inside the WRKSRC
instead of LOCALBASE. I will do the -I stuff later when I finish with reinstall stuff for png. Just for now, I need my portmaster to finish after this. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16858 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain/files')
-rw-r--r--graphics/libchamplain/files/patch-champlain-gtk_Makefile.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in b/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in
new file mode 100644
index 000000000..4e124bd82
--- /dev/null
+++ b/graphics/libchamplain/files/patch-champlain-gtk_Makefile.in
@@ -0,0 +1,24 @@
+--- champlain-gtk/Makefile.in.orig 2012-06-02 16:02:24.000000000 -0500
++++ champlain-gtk/Makefile.in 2012-06-02 16:04:15.000000000 -0500
+@@ -124,8 +124,8 @@
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+ libchamplain_gtk_@CHAMPLAIN_API_VERSION@_la_DEPENDENCIES = \
+- $(am__DEPENDENCIES_1) \
+- $(top_builddir)/champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la
++ $(top_builddir)/champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la \
++ $(am__DEPENDENCIES_1)
+ am__objects_1 =
+ am__objects_2 = gtk-champlain-embed.lo
+ am_libchamplain_gtk_@CHAMPLAIN_API_VERSION@_la_OBJECTS = \
+@@ -388,8 +388,8 @@
+ $(libchamplain_gtk_sources_built)
+
+ libchamplain_gtk_@CHAMPLAIN_API_VERSION@_la_LIBADD = \
+- $(GTK_LIBS) \
+- $(top_builddir)/champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la
++ $(top_builddir)/champlain/libchamplain-@CHAMPLAIN_API_VERSION@.la \
++ $(GTK_LIBS)
+
+ libchamplain_gtk_@CHAMPLAIN_API_VERSION@_la_LDFLAGS = \
+ -version-info $(LIBRARY_VERSION) \