summaryrefslogtreecommitdiff
path: root/www/mod_snake
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-07-23 14:54:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-07-23 14:54:57 +0000
commit0562e5610938cc708ef8da77643ebb69020ff508 (patch)
treed3b21a20b31187abbc05cbf3b0628dde19933b44 /www/mod_snake
parent- drop confusing OPTIONS (diff)
- fix build on non i386
Reported by: pointyhat
Diffstat (limited to 'www/mod_snake')
-rw-r--r--www/mod_snake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile
index 0859604d2e90..fca85a301f06 100644
--- a/www/mod_snake/Makefile
+++ b/www/mod_snake/Makefile
@@ -25,4 +25,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs="${APXS}"
USE_GMAKE= yes
+CFLAGS+= -fPIC
+
.include <bsd.port.mk>