git: 06e93734178c - main - math/ump: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 23:40:41 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=06e93734178c298a0f5392b21c40b26bc5fa7c52 commit 06e93734178c298a0f5392b21c40b26bc5fa7c52 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 19:11:18 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 22:00:19 +0000 math/ump: Fix build with llvm16 - Add missing dependencies reported by poudriere testport - Pet portclippy Sponsored by: The FreeBSD Foundation --- math/ump/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/math/ump/Makefile b/math/ump/Makefile index c7ab70f5afca..3f7bcf300118 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -11,9 +11,11 @@ WWW= http://u-m-p.sourceforge.net/ LICENSE= GPLv2 -USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2 -USE_GNOME= gtk20 -USE_GL= glu +USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2 xorg +USE_CXXSTD= c++14 +USE_GL= gl glu +USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_XORG= x11 ALL_TARGET= ${PORTNAME}