summaryrefslogtreecommitdiff
path: root/biology/gromacs/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'biology/gromacs/patches/patch-aj')
-rw-r--r--biology/gromacs/patches/patch-aj15
1 files changed, 15 insertions, 0 deletions
diff --git a/biology/gromacs/patches/patch-aj b/biology/gromacs/patches/patch-aj
new file mode 100644
index 00000000000..aa07b2834f1
--- /dev/null
+++ b/biology/gromacs/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1 2010/06/17 09:26:16 asau Exp $
+
+Modern libtool requires tag.
+
+--- src/gmxlib/nonbonded/nb_kernel_x86_64_sse2/Makefile.in.orig 2009-12-06 21:18:54.000000000 +0000
++++ src/gmxlib/nonbonded/nb_kernel_x86_64_sse2/Makefile.in 2010-06-17 07:59:09.000000000 +0000
+@@ -86,7 +86,7 @@
+ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
+ $(LDFLAGS) -o $@
+ CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
+-LTCCASCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
++LTCCASCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
+ --mode=compile $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
+ SOURCES = $(libnb_kernel_x86_64_sse2_la_SOURCES)
+ DIST_SOURCES = $(libnb_kernel_x86_64_sse2_la_SOURCES)