remake: Update to 4.3+dbg1.6
This commit is contained in:
parent
c186d240db
commit
6ede6b4bab
@ -3,9 +3,9 @@
|
|||||||
pkgname=remake
|
pkgname=remake
|
||||||
conflicts=("remake-git")
|
conflicts=("remake-git")
|
||||||
replaces=("remake-git")
|
replaces=("remake-git")
|
||||||
_remakever="dbg-1.5"
|
_remakever="dbg-1.6"
|
||||||
pkgver=4.3+dbg1.5
|
pkgver=4.3+dbg1.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
|
pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/rocky/remake"
|
url="https://github.com/rocky/remake"
|
||||||
@ -21,7 +21,7 @@ makedepends=('gettext'
|
|||||||
'autotools'
|
'autotools'
|
||||||
'libreadline-devel')
|
'libreadline-devel')
|
||||||
source=("https://sourceforge.net/projects/bashdb/files/remake/4.3%2B${_remakever}/remake-4.3%2B${_remakever}.tar.gz")
|
source=("https://sourceforge.net/projects/bashdb/files/remake/4.3%2B${_remakever}/remake-4.3%2B${_remakever}.tar.gz")
|
||||||
sha256sums=('2e6eb709f3e6b85893f14f15e34b4c9b754aceaef0b92bb6ca3a025f10119d76')
|
sha256sums=('f6a0c6179cd92524ad5dd04787477c0cd45afb5822d977be93d083b810647b87')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
||||||
@ -30,10 +30,11 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
||||||
CFLAGS+=" -fcommon"
|
|
||||||
|
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--build=${CHOST} \
|
--build=${CYGWIN_CHOST} \
|
||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
ac_cv_dos_paths=yes
|
ac_cv_dos_paths=yes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user