pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/shibboleth-sp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 20 16:01:32 UTC 2017

Modified Files:
        pkgsrc/www/shibboleth-sp: Makefile

Log Message:
Fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/shibboleth-sp/Makefile

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

Modified files:

Index: pkgsrc/www/shibboleth-sp/Makefile
diff -u pkgsrc/www/shibboleth-sp/Makefile:1.21 pkgsrc/www/shibboleth-sp/Makefile:1.22
--- pkgsrc/www/shibboleth-sp/Makefile:1.21      Sun Jan  1 16:06:39 2017
+++ pkgsrc/www/shibboleth-sp/Makefile   Fri Jan 20 16:01:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/01/01 16:06:39 adam Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/20 16:01:32 jperkin Exp $
 #
 
 DISTNAME=      shibboleth-sp-2.5.5
@@ -23,6 +23,8 @@ SHIB_CONFDIR= ${PKG_SYSCONFDIR}/shibbole
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++
 
+CFLAGS.SunOS+= -fpermissive
+
 RCD_SCRIPTS=   shibd
 
 APACHE_MODULE= YES



Home | Main Index | Thread Index | Old Index