two fixes to the previous, url update commit
Ref: https://github.com/Alexpux/MINGW-packages/pull/1077#issuecomment-186880520
This commit is contained in:
@@ -11,7 +11,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
|
||||
options=('staticlibs' 'strip')
|
||||
license=('GPL')
|
||||
url="https://code.google.com/a/apache-extras.org/p/dmake/"
|
||||
source=("https://dmake.apache-extras.org.codespot.com/files/dmake-${pkgver}.tar.bz2"
|
||||
source=("http://dmake.apache-extras.org.codespot.com/files/dmake-${pkgver}.tar.bz2"
|
||||
'001-detect-mingw.patch'
|
||||
'002-disable-shell-environment-variable.patch'
|
||||
'003-fix-config-location.patch'
|
||||
|
||||
@@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
#checkdepends=('dejagnu')
|
||||
optdepends=()
|
||||
options=('strip' '!debug' 'staticlibs' '!emptydirs')
|
||||
source=("https://gcc.gnu.org/pub/gcc/releases/${_realname}-${pkgver}/${_realname}-${pkgver}.tar.bz2"
|
||||
source=("https://ftp.gnu.org/gnu/gcc/${_realname}-${pkgver}/${_realname}-${pkgver}.tar.bz2"
|
||||
'000-relocatex-libintl-0.18.3.1.mingw.patch'
|
||||
'001-gcc-4.8-libstdc++export.patch'
|
||||
'002-gcc-4.7-stdthreads.patch'
|
||||
|
||||
Reference in New Issue
Block a user