From 0a27454da6bc1aa6c723bdf2fcd56845defef3d0 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 25 Jun 2023 14:12:47 +0200 Subject: graphics/plotutils: Fix build with llvm16 - Utilize USES=localbase - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- graphics/plotutils/Makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'graphics/plotutils') diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 8d36e0d7bdb6..b9883a7df9d1 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -13,16 +13,21 @@ LICENSE= GPLv3 LIB_DEPENDS= libpng.so:graphics/png -USES= gmake libtool xorg # parallel builds are broken with bmake(1) -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-libplotter --enable-libxmi +USES= gmake libtool localbase:ldflags xorg # parallel builds are broken with bmake(1) USE_LDCONFIG= yes USE_XORG= ice sm x11 xaw xext xmu xt -TEST_TARGET= check -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-libplotter --enable-libxmi + +TEST_TARGET= check INFO= libxmi plotutils +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CPPFLAGS+= -Dregister= +.endif + .include -- cgit v1.2.3