diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-11-14 22:51:45 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-11-14 22:51:45 +0000 |
commit | d561a9021181b08c264760e1307c9b725a429396 (patch) | |
tree | 1a01148c0adf37f9a01b6be97cf1f08e92c40424 /math/kaskade/files/patch-sources::makefile.in | |
parent | Add torrentsniff, a commandline tool to display information (diff) |
. Update to 3.2.1. This also fixes the build on 5.x.
Diffstat (limited to 'math/kaskade/files/patch-sources::makefile.in')
-rw-r--r-- | math/kaskade/files/patch-sources::makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/kaskade/files/patch-sources::makefile.in b/math/kaskade/files/patch-sources::makefile.in new file mode 100644 index 000000000000..3c5c904e3463 --- /dev/null +++ b/math/kaskade/files/patch-sources::makefile.in @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- sources/makefile.in.orig Fri Nov 14 15:11:06 2003 ++++ sources/makefile.in Fri Nov 14 15:11:19 2003 +@@ -15,7 +15,7 @@ + CFLAGS = @CFLAGS@ -I$(INCDIR) + CXXFLAGS = @CXXFLAGS@ -I$(INCDIR) + FFLAGS = @FFLAGS@ +-FCLIBS = @FCLIB@ ++FCLIBS = -lg2c @FCLIB@ + CLDFLAGS = @CLDFLAGS@ + FLDFLAGS = @FLDFLAGS@ + LIBS = $(FCLIBS) @X_LIBS@ @FCLIB@ @LIBS@ |