pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/enigma



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:41:06 UTC 2019

Modified Files:
        pkgsrc/games/enigma: Makefile

Log Message:
Don't use gethostbyname_r on NetBSD. Needs convert.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/games/enigma/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/enigma/Makefile
diff -u pkgsrc/games/enigma/Makefile:1.37 pkgsrc/games/enigma/Makefile:1.38
--- pkgsrc/games/enigma/Makefile:1.37   Mon Nov 11 22:03:01 2019
+++ pkgsrc/games/enigma/Makefile        Sat Dec 21 23:41:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/11 22:03:01 maya Exp $
+# $NetBSD: Makefile,v 1.38 2019/12/21 23:41:05 joerg Exp $
 
 DISTNAME=      enigma-1.21
 PKGNAME=       ${DISTNAME:S/-r/./}
@@ -11,6 +11,7 @@ COMMENT=      Puzzle game similar to Oxyd/Roc
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=              gettext-tools-[0-9]*:../../devel/gettext-tools
+TOOL_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME:S/-r1914//}
 USE_LANGUAGES=         c c++11
@@ -18,6 +19,8 @@ USE_PKGLOCALEDIR=     yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ARGS.NetBSD+=        ac_cv_func_gethostbyname_r=no
+
 BUILDLINK_API_DEPENDS.SDL_mixer+=      SDL_mixer>=1.2.6
 BUILDLINK_API_DEPENDS.SDL+=            SDL>=1.2.9
 BUILDLINK_API_DEPENDS.SDL_ttf+=                SDL_ttf>=2.0.7



Home | Main Index | Thread Index | Old Index