ftalbrecht / aur

Collection of some arch packages.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

[gdb75] see AUR comment of holger on 2014-08-12 15:28 #6

Closed ftalbrecht closed 10 years ago

ftalbrecht commented 10 years ago

In order to get the package build, i had to change the build function:

build() {

cd ${srcdir}/${_real_name}-${pkgver}

msg "Applying patches..."
patch -p1 -i ${srcdir}/0001-Fix-bdf-texinfo.patch

msg "Building ${_real_name}-${pkgver}"
./configure \
--prefix=/usr --disable-nls \
--with-system-readline \
--with-python=/usr/bin/python2 \
--with-system-gdbinit=/etc/gdb/gdbinit \
--disable-werror
CPPFLAGS='' CC=gcc-4.6 CXX=g++-4.6 F77=gfortran-4.6 make
}