diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-03 05:56:04 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-03 05:56:04 +0800 |
commit | b51317b80ee23b434dc5a75899f07be0fea00b0f (patch) | |
tree | fd1fe78a25308457a4abd9b73df87bd334a5c1c4 | |
parent | 3cb18b0c5fdedcdc92536eb4cadef226a172028a (diff) | |
download | marcuscom-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
-rw-r--r-- | graphics/libchamplain/files/patch-champlain-gtk_Makefile.in | 24 |
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) \ |