From af99f8cbf39043cb6e3857d6ac8f0b4b4e2e08e5 Mon Sep 17 00:00:00 2001 From: kili Date: Sun, 20 Dec 2009 21:12:56 +0000 Subject: [PATCH] Unbreak after openmotif change. Adjust WANTLIB and bump. Note: this is a little bit dirty, because all three executables are now linkede against libm. However I really don't want to patch motif/Makefile just for this. --- games/sudoku-solver/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/games/sudoku-solver/Makefile b/games/sudoku-solver/Makefile index ffe535f8f5b..acb7260c138 100644 --- a/games/sudoku-solver/Makefile +++ b/games/sudoku-solver/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2009/09/15 17:37:21 jasper Exp $ +# $OpenBSD: Makefile,v 1.6 2009/12/20 21:12:56 kili Exp $ COMMENT= sudoku puzzle solver with cli, gui, and web ui DISTNAME= sudoku-solver-1.0.1 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games www x11 @@ -14,7 +14,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB= c Xt crypto iconv pthread z +WANTLIB= Xt c crypto iconv m pthread z MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz @@ -27,6 +27,8 @@ MODULES= devel/gettext LIB_DEPENDS= neo_cgi,neo_cs::www/clearsilver \ fcgi::www/fcgi +MAKE_ENV= LDADD=-lm + NO_REGRESS= Yes .include