head	1.1;
access;
symbols
	pkgsrc-2026Q3:1.1.0.2
	pkgsrc-2026Q3-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.08.23.06.30.30;	author wiz;	state Exp;
branches;
next	;
commitid	U1laUgBI9gPMaJSG;


desc
@@


1.1
log
@metis: fix build on -current.

Some pkglint cleanup while here.
@
text
@$NetBSD$

Honor CFLAGS.

--- Test/Makefile.orig	2026-08-23 06:27:43.529439957 +0000
+++ Test/Makefile
@@@@ -3,7 +3,7 @@@@ INCLUDES = -I../Lib 
 BINDIR = ../Graphs
 
 INCLUDES = -I../Lib 
-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
 
 LIBS = -lmetis -lm
 LD = $(CC) $(LDOPTIONS) -L. -L..
@
