pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   roy
Date:           Sat Apr 27 15:40:44 UTC 2019

Modified Files:
        pkgsrc/www/py-uwsgi: options.mk

Log Message:
Fix build without sse-offload


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-uwsgi/options.mk

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

Modified files:

Index: pkgsrc/www/py-uwsgi/options.mk
diff -u pkgsrc/www/py-uwsgi/options.mk:1.5 pkgsrc/www/py-uwsgi/options.mk:1.6
--- pkgsrc/www/py-uwsgi/options.mk:1.5  Wed Mar  6 13:07:58 2019
+++ pkgsrc/www/py-uwsgi/options.mk      Sat Apr 27 15:40:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2019/03/06 13:07:58 joerg Exp $
+# $NetBSD: options.mk,v 1.6 2019/04/27 15:40:44 roy Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.py-uwsgi
 PKG_SUPPORTED_OPTIONS= debug openssl pcre uuid uwsgi-sse_offload yaml
@@ -61,6 +61,8 @@ INSTALL_ENV+=                 UWSGI_EMBED_PLUGINS=sse_
 post-extract: post-extract-sse
 post-extract-sse:
        mv ${WRKDIR}/uwsgi-sse-offload-${SSE_REVISION} ${WRKSRC}/plugins/sse_offload
+.else
+UWSGI_SSE=                     sse_offload=false
 .endif
 
 .if !empty(PKG_OPTIONS:Muuid)



Home | Main Index | Thread Index | Old Index