diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-29 10:54:57 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-08-29 10:54:57 +0000 |
commit | b257e5f282168588c75afd2c7606e50a39ab17e3 (patch) | |
tree | ed173401e171e53c3da379c167b32ae6a74ca4b3 /sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch | |
parent | Version bump, thanks to Àngel Díaz in bug #235447. (diff) | |
download | gentoo-2-b257e5f282168588c75afd2c7606e50a39ab17e3.tar.gz gentoo-2-b257e5f282168588c75afd2c7606e50a39ab17e3.tar.bz2 gentoo-2-b257e5f282168588c75afd2c7606e50a39ab17e3.zip |
Fixed linking, some cosmetics.
(Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)
Diffstat (limited to 'sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch')
-rw-r--r-- | sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch b/sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch new file mode 100644 index 000000000000..578c4b8be99b --- /dev/null +++ b/sci-visualization/quickplot/files/quickplot-0.8.13-linking.patch @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2008-08-29 11:26:41.000000000 +0100 ++++ Makefile.in 2008-08-29 11:32:32.000000000 +0100 +@@ -173,7 +173,7 @@ + + quickplot_CXXFLAGS = -Wall $(GTKMM_CXXFLAGS) $(SNDFILE_CFLAGS) -DHTMLDIR=\"$(htmldir)\" + +-quickplot_LDFLAGS = -Wall $(GTKMM_LIBS) $(SNDFILE_LIBS) ++quickplot_LDFLAGS = -Wall + # -lefence + + # require automake 1.7 +@@ -252,7 +252,7 @@ + quickplot-main.$(OBJEXT) quickplot-parseGeometry.$(OBJEXT) \ + quickplot-usage.$(OBJEXT) + quickplot_OBJECTS = $(am_quickplot_OBJECTS) +-quickplot_LDADD = $(LDADD) ++quickplot_LDADD = $(GTKMM_LIBS) $(SNDFILE_LIBS) + quickplot_DEPENDENCIES = + + DEFAULT_INCLUDES = -I. -I$(srcdir) -I. |