pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/teapot



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sun Jul  2 11:12:01 UTC 2017

Modified Files:
        pkgsrc/math/teapot: Makefile

Log Message:
needs EXTENSIONS for siginfo_t on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/teapot/Makefile

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

Modified files:

Index: pkgsrc/math/teapot/Makefile
diff -u pkgsrc/math/teapot/Makefile:1.6 pkgsrc/math/teapot/Makefile:1.7
--- pkgsrc/math/teapot/Makefile:1.6     Mon Feb 20 15:03:50 2017
+++ pkgsrc/math/teapot/Makefile Sun Jul  2 11:12:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/20 15:03:50 hauke Exp $
+# $NetBSD: Makefile,v 1.7 2017/07/02 11:12:01 wiedi Exp $
 
 DISTNAME=      teapot-2.3.0
 PKGREVISION=   2
@@ -14,5 +14,8 @@ USE_LANGUAGES=        c c++
 USE_CMAKE=     yes
 CMAKE_ARGS+=   -DENABLE_HELP=NO
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+=        -lnsl
+
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index