diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-26 17:13:19 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-26 17:13:19 +0000 |
commit | b86c9d30183e0c78a95ef016a2b02d584498978d (patch) | |
tree | ea3dc073dca2c051f5c63352cfc93ebea2858c09 /databases/tora | |
parent | 07c5ec8d12a7d6b2c07a72ea3ad2f728586d9692 (diff) | |
download | ports-b86c9d30183e0c78a95ef016a2b02d584498978d.tar.gz ports-b86c9d30183e0c78a95ef016a2b02d584498978d.zip |
No functional change: just add "-v" to investigate a linkage failure
reported by linimon on pointyhat.
Notes
Notes:
svn path=/head/; revision=168829
Diffstat (limited to 'databases/tora')
-rw-r--r-- | databases/tora/files/patch-Makefile.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/databases/tora/files/patch-Makefile.in b/databases/tora/files/patch-Makefile.in index 089508aa8b6c..3cb89eb3ff00 100644 --- a/databases/tora/files/patch-Makefile.in +++ b/databases/tora/files/patch-Makefile.in @@ -1,5 +1,14 @@ --- Makefile.in.orig Fri Feb 24 00:20:06 2006 -+++ Makefile.in Wed Mar 1 22:32:40 2006 ++++ Makefile.in Wed Jul 26 17:59:30 2006 +@@ -494,7 +494,7 @@ + $(AM_CXXFLAGS) $(CXXFLAGS) + CXXLD = $(CXX) + CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ +- $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++ $(CXXFLAGS) $(AM_LDFLAGS) -v $(LDFLAGS) -o $@ + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ @@ -786,7 +786,7 @@ # fix for annoying automake naming problems. |