* Based on many fixes by stsp.elego.de, many thanks! * License changed to Apache License, version 2 ¶ * Detecting MIME types with libmagic * Optimizations of diff, merge and blame * See http://subversion.apache.org/docs/release-notes/1.7 for details OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=77
14 lines
367 B
Diff
14 lines
367 B
Diff
--- Makefile.in.orig 2011-05-26 10:58:42.000000000 +0200
|
|
+++ Makefile.in 2011-06-16 17:30:00.724000428 +0200
|
|
@@ -111,8 +111,8 @@
|
|
|
|
SHELL = @SHELL@
|
|
LIBTOOL = @SVN_LIBTOOL@
|
|
-LTFLAGS = --tag=CC --silent
|
|
-LTCXXFLAGS = --tag=CXX --silent
|
|
+LTFLAGS = --tag=CC
|
|
+LTCXXFLAGS = --tag=CXX
|
|
LT_CFLAGS = @LT_CFLAGS@
|
|
LT_LDFLAGS = @LT_LDFLAGS@
|
|
LT_SO_VERSION = @SVN_LT_SOVERSION@
|