$OpenBSD$
--- uwsgiconfig.py.orig	Wed Oct  7 05:34:01 2015
+++ uwsgiconfig.py	Wed Dec 23 23:29:08 2015
@@ -1284,7 +1284,7 @@ class uConf(object):
                 report['xml'] = 'expat'
 
         if self.get('plugin_dir'):
-            self.cflags.append('-DUWSGI_PLUGIN_DIR="\\"%s\\""' % self.get('plugin_dir'))
+            self.cflags.append('-DUWSGI_PLUGIN_DIR="\\"/usr/local/lib/uwsgi\\""')
             report['plugin_dir'] = self.get('plugin_dir')
 
         if self.get('debug'):
