Wednesday, August 31, 2022

Re: Fix build of comms/gammu for sparc64

On Mon, August 15, 2022 20:06, Kurt Mosiejczuk wrote:
> The switch to MODCMAKE_LDFLAGS doesn't work as intended. Nothing gets
> passed through to the command line.

According to cmake.port.mk MODCMAKE_LDFLAGS are added only to CONFIGURE_ENV.

>
> Switching it just to LDFLAGS fixes the build on sparc64 and doesn't break
> build no amd64.
>
> ok?

OK kirby@

>
> (cc MAINTAINER)
>
> --Kurt
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/comms/gammu/Makefile,v
> retrieving revision 1.17
> diff -u -p -r1.17 Makefile
> --- Makefile 28 May 2022 06:19:58 -0000 1.17
> +++ Makefile 15 Aug 2022 17:01:46 -0000
> @@ -35,7 +35,7 @@ CONFIGURE_ARGS += -DINSTALL_MAN_DIR:STRI
> -Wno-dev
>
> CFLAGS += -I${LOCALBASE}/include
> -MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib -liconv -lintl
> +LDFLAGS = -L${LOCALBASE}/lib -liconv -lintl
>
> FLAVORS += mysql pgsql
> FLAVOR ?=
>

No comments:

Post a Comment