-lm is needed after openmotif-2.3.2p0 update
regen plist
Index: ports/games/sudoku-solver/Makefile
===================================================================
RCS file: /pub/anoncvs/cvs/OpenBSD/ports/games/sudoku-solver/Makefile,v
retrieving revision 1.5
diff -u -p -w -b -u -r1.5 Makefile
--- ports/games/sudoku-solver/Makefile  15 Sep 2009 17:37:21 -0000      1.5
+++ ports/games/sudoku-solver/Makefile  17 Dec 2009 13:57:57 -0000
@@ -3,7 +3,7 @@
 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,13 +14,14 @@ PERMIT_PACKAGE_CDROM=       Yes
 PERMIT_PACKAGE_FTP=    Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=               c Xt crypto iconv pthread z
+WANTLIB=               c Xt crypto iconv pthread m z
 
 MASTER_SITES=          ${HOMEPAGE}
 EXTRACT_SUFX=  .tgz
 
 USE_X11=       Yes
 USE_MOTIF=     OpenMotif
+MAKE_FLAGS=    LDFLAGS="-lm"
 
 MODULES=       devel/gettext
 
Index: ports/games/sudoku-solver/pkg/PLIST
===================================================================
RCS file: /pub/anoncvs/cvs/OpenBSD/ports/games/sudoku-solver/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -w -b -u -r1.2 PLIST
--- ports/games/sudoku-solver/pkg/PLIST 22 Jul 2007 16:43:30 -0000      1.2
+++ ports/games/sudoku-solver/pkg/PLIST 17 Dec 2009 13:57:57 -0000
@@ -1,7 +1,7 @@
 @comment $OpenBSD: PLIST,v 1.2 2007/07/22 16:43:30 mbalmer Exp $
-bin/sudoku-solver
-bin/xsudoku
-libexec/sudoku-handler
+...@bin bin/sudoku-solver
+...@bin bin/xsudoku
+...@bin libexec/sudoku-handler
 @man man/cat1/xsudoku.0
 @man man/cat6/sudoku-solver.0
 share/sudoku/

Reply via email to