Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 61e4f834c4a7ddc96ed6a6f396b6f3a7 > files > 2

openr2-1.3.2-2.mga3.src.rpm

--- openr2-1.3.2/src/Makefile.am	2010-12-31 17:01:00.000000000 -0500
+++ openr2-1.3.2/src/Makefile.am.dlucio	2012-03-25 18:38:24.425562632 -0400
@@ -3,10 +3,6 @@ if WANT_OR2_TRACE_STACKS
 AM_CFLAGS += -DOR2_TRACE_STACKS
 endif
 
-if HAVE_SVNVERSION
-AM_CFLAGS += -DREVISION=\"$(shell svnversion -n .)\"
-endif
-
 lib_LTLIBRARIES = libopenr2.la
 
 include_HEADERS = openr2/openr2.h 
--- openr2-1.3.2/src/Makefile.in	2012-03-25 18:39:41.894062952 -0400
+++ openr2-1.3.2/src/Makefile.in.dlucio	2012-03-25 18:40:38.486700734 -0400
@@ -39,7 +39,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 @WANT_OR2_TRACE_STACKS_TRUE@am__append_1 = -DOR2_TRACE_STACKS
-@HAVE_SVNVERSION_TRUE@am__append_2 = -DREVISION=\"$(shell svnversion -n .)\"
+@HAVE_SVNVERSION_TRUE@am__append_2 =
 @HAVE_ATTR_VISIBILITY_HIDDEN_TRUE@am__append_3 = -fvisibility=hidden
 @WANT_R2TEST_TRUE@bin_PROGRAMS = r2test$(EXEEXT) \
 @WANT_R2TEST_TRUE@	r2dtmf_detect$(EXEEXT)