summaryrefslogtreecommitdiff
path: root/math/fftpack
diff options
context:
space:
mode:
authorjtb <jtb>2000-12-06 22:28:17 +0000
committerjtb <jtb>2000-12-06 22:28:17 +0000
commit4e7432dd8b0d4251b0e7d1c7550b644702cfcf49 (patch)
tree00832a9247fce241b3642b86ea149a3428112e22 /math/fftpack
parenta6cac941dcff35478213e70b85a8c0edebb364d5 (diff)
downloadpkgsrc-4e7432dd8b0d4251b0e7d1c7550b644702cfcf49.tar.gz
Added --version-info 0:0 for libtool.
Diffstat (limited to 'math/fftpack')
-rw-r--r--math/fftpack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftpack/files/Makefile b/math/fftpack/files/Makefile
index 2ba1f14762c..26f8d31255a 100644
--- a/math/fftpack/files/Makefile
+++ b/math/fftpack/files/Makefile
@@ -18,7 +18,7 @@ OBJ = cfftb.o cosqf1.o passb2.o radb2.o radfg.o \
lib$(LIB): $(OBJ)
@$(LIBTOOL) --mode=link $(FORTRAN) $(FFLAGS) $(FOPTS) \
- -O -o lib$(LIB).la $(OBJ:.o=.lo) -rpath $(LIBDIR)
+ -O -o lib$(LIB).la $(OBJ:.o=.lo) --version-info 0:0 -rpath $(LIBDIR)
.f.o:
@$(LIBTOOL) --mode=compile $(FORTRAN) $(FFLAGS) $(FOPTS) -c $<