aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_snake
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-07-23 22:54:57 +0800
committerdinoex <dinoex@FreeBSD.org>2007-07-23 22:54:57 +0800
commitb8e2bc005795f15a1d522fe0b92008674f46eefe (patch)
treeabac13852c18539c3322aa30df63503274117457 /www/mod_snake
parent6e93fd9ff61fcfa91a960838dbfa3a47cfee638c (diff)
downloadfreebsd-ports-gnome-b8e2bc005795f15a1d522fe0b92008674f46eefe.tar.gz
freebsd-ports-gnome-b8e2bc005795f15a1d522fe0b92008674f46eefe.tar.zst
freebsd-ports-gnome-b8e2bc005795f15a1d522fe0b92008674f46eefe.zip
- 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>