Date: Sun, 3 Dec 2023 09:01:36 GMT From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0df201208747 - main - graphics/gnash: restore ordering Message-ID: <202312030901.3B391a2W051611@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=0df2012087475a1678b919c4f6eb4a672e2a6a68 commit 0df2012087475a1678b919c4f6eb4a672e2a6a68 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-12-03 09:00:20 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-12-03 09:00:20 +0000 graphics/gnash: restore ordering --- graphics/gnash/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 6f596bcb20db..e31ed74e453a 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -36,15 +36,14 @@ USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \ CPE_VENDOR= gnu USE_CSTD= gnu11 USE_CXXSTD= c++11 -USE_GL= egl +USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_GNOME= atk gdkpixbuf2 gtk20 libxml2 pango +USE_GL= egl USE_SDL= sdl -USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv +GNU_CONFIGURE= yes SYSCONFIGDIR= ${PREFIX}/etc -GNU_CONFIGURE= yes - # jemalloc leads to infinite recursion on FreeBSD CFLAGS+= -I${LOCALBASE}/ffmpeg4/include CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312030901.3B391a2W051611>