summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-10-04 10:35:46 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-10-04 10:35:46 +0000
commit65cce785aa61ff262762169110558852f6a6b4ea (patch)
tree7595b6221ea2921c490dbf8cc0859578161f65e4 /sci-libs/gerris/files
parentVersion bump to newer development snapshot. (diff)
downloadgentoo-2-65cce785aa61ff262762169110558852f6a6b4ea.tar.gz
gentoo-2-65cce785aa61ff262762169110558852f6a6b4ea.tar.bz2
gentoo-2-65cce785aa61ff262762169110558852f6a6b4ea.zip
Version bump to newest development snapshot.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-libs/gerris/files')
-rw-r--r--sci-libs/gerris/files/gerris-20080929-as-needed.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/gerris/files/gerris-20080929-as-needed.patch b/sci-libs/gerris/files/gerris-20080929-as-needed.patch
new file mode 100644
index 000000000000..eca75a32f432
--- /dev/null
+++ b/sci-libs/gerris/files/gerris-20080929-as-needed.patch
@@ -0,0 +1,25 @@
+diff -Naur gerris-snapshot-080929/src/Makefile.am gerris-snapshot-080929.new/src/Makefile.am
+--- gerris-snapshot-080929/src/Makefile.am 2008-09-30 08:47:33.000000000 -0400
++++ gerris-snapshot-080929.new/src/Makefile.am 2008-10-03 18:42:46.000000000 -0400
+@@ -114,18 +114,21 @@
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)\
+ -release $(LT_RELEASE) -export-dynamic
+ libgfs3D_la_SOURCES = $(SRC)
++libgfs3D_la_LIBADD = -lgmodule-2.0
+
+ libgfs2D_la_LDFLAGS = $(NO_UNDEFINED)\
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)\
+ -release $(LT_RELEASE) -export-dynamic
+ libgfs2D_la_SOURCES = $(SRC)
+ libgfs2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1
++libgfs2D_la_LIBADD = -lgmodule-2.0 -lgts
+
+ libgfs2D3_la_LDFLAGS = $(NO_UNDEFINED)\
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)\
+ -release $(LT_RELEASE) -export-dynamic
+ libgfs2D3_la_SOURCES = $(SRC)
+ libgfs2D3_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D3=1
++libgfs2D3_la_LIBADD = -lgmodule-2.0
+
+ CLEANFILES = $(BUILT_SOURCES)
+