]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- fix building using latest g++/ld auto/th/aMule-2.3.1-20
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 11 Apr 2015 09:11:44 +0000 (11:11 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 11 Apr 2015 09:11:44 +0000 (11:11 +0200)
- rel 20

aMule.spec
build.patch [new file with mode: 0644]

index 3d7cd092dbfd382275a6e891b600cb5aa90410dc..be48f03bbcfb3493f5abc2de1e4307124ef02df9 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Unix port of eMule client
 Summary(pl.UTF-8):     Uniksowy port klienta eMule
 Name:          aMule
 Version:       2.3.1
-Release:       19
+Release:       20
 License:       GPL
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/amule/%{name}-%{version}.tar.bz2
@@ -15,6 +15,7 @@ Patch1:               %{name}-cas-datadir.patch
 Patch2:                %{name}-ac.patch
 Patch3:                %{name}-cxx.patch
 Patch4:                wxWidgets3.patch
+Patch5:                build.patch
 URL:           http://www.amule.org/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf
@@ -90,6 +91,7 @@ Narzędzie do generownia statystyk aMule.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
diff --git a/build.patch b/build.patch
new file mode 100644 (file)
index 0000000..2e977f3
--- /dev/null
@@ -0,0 +1,10 @@
+--- aMule-2.3.1/src/LoggerConsole.cpp~ 2011-06-13 10:50:25.000000000 +0200
++++ aMule-2.3.1/src/LoggerConsole.cpp  2015-04-11 10:58:20.592470541 +0200
+@@ -29,6 +29,7 @@
+ #include "Logger.h"                           // for Add(Debug)LogLineM()
++DEFINE_LOCAL_EVENT_TYPE(MULE_EVT_LOGLINE)
+ #ifdef __DEBUG__
+ bool CLogger::IsEnabled(DebugType /*type*/) const
This page took 0.116537 seconds and 4 git commands to generate.