[Slackbuilds-users] feh
Jorge Almeida
jjalmeida at gmail.com
Mon Mar 25 16:55:53 UTC 2013
On Mon, Mar 25, 2013 at 5:51 AM, joe <gmane at csrc.com> wrote:
> Jorge Almeida <jjalmeida at ...> writes:
>
>>
>
> The feh build is not inheriting the slackbuild CFLAGS well. This will work
> around that:
>
> --- feh.SlackBuild.ori 2013-03-24 23:22:00.641550918 -0600
> +++ feh.SlackBuild 2013-03-24 23:39:26.123480592 -0600
> @@ -71,8 +71,8 @@
> -exec chmod 644 {} \;
>
> make \
> - CFLAGS="$SLKCFLAGS" \
> - PREFIX=/usr
> + CFLAGS="-g $SLKCFLAGS -Wall -Wextra -pedantic -DPREFIX=\\\"/usr\\\"
> -DHAVE_LIBCURL -DHAVE_LIBXINERAMA -DPACKAGE=\\\"$PRGNAME\\\"
> -DVERSION=\\\"$VERSION\\\""
> +
> make install \
> DESTDIR=$PKG \
> PREFIX=/usr \
>
Thanks. Anyway, I noticed the slackbuild is for an old version.
The current version of feh compiled fine, following the upstream
instructions.
Jorge Almeida
More information about the SlackBuilds-users
mailing list