summaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-26 17:13:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-26 17:13:19 +0000
commitb86c9d30183e0c78a95ef016a2b02d584498978d (patch)
treeea3dc073dca2c051f5c63352cfc93ebea2858c09 /databases/tora
parent- Update to 20060708 (diff)
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.in11
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.