Update to SVN-r10989.
This commit is contained in:
parent
77566f88c5
commit
7b4e221f99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442521
3 changed files with 15 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= amule
|
||||
PORTVERSION= 10983
|
||||
PORTVERSION= 10989
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= http://amule.sourceforge.net/tarballs/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1487634574
|
||||
SHA256 (aMule-SVN-r10983.tar.bz2) = 484d8d0ae4c3f7b3b696d5e5f96b7d7d10025aa36f6c5fc919593268224cd29f
|
||||
SIZE (aMule-SVN-r10983.tar.bz2) = 4740871
|
||||
TIMESTAMP = 1496524353
|
||||
SHA256 (aMule-SVN-r10989.tar.bz2) = cc503846198108e420bc0f11124699c81971ec3b39df4ded23881e360b489db6
|
||||
SIZE (aMule-SVN-r10989.tar.bz2) = 4740127
|
||||
|
|
11
net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
Normal file
11
net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/OtherFunctions.cpp.orig 2017-06-02 17:07:14.000000000 +0200
|
||||
+++ src/OtherFunctions.cpp 2017-06-03 23:19:52.518208000 +0200
|
||||
@@ -1107,7 +1107,7 @@
|
||||
#if defined(__WXMAC__) || defined(__WINDOWS__)
|
||||
locale.AddCatalogLookupPathPrefix(JoinPaths(wxStandardPaths::Get().GetDataDir(), wxT("locale")));
|
||||
#else
|
||||
-#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1))
|
||||
+#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERSION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1))
|
||||
// Add correct place to look for catalog files if we're using a wxWidgets version where it's broken
|
||||
// See also http://trac.wxwidgets.org/ticket/17740
|
||||
locale.AddCatalogLookupPathPrefix(JoinPaths(JoinPaths(wxStandardPaths::Get().GetInstallPrefix(), wxT("share")), wxT("locale")));
|
Loading…
Reference in a new issue