aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-17 16:29:40 +0800
committermiwi <miwi@FreeBSD.org>2007-01-17 16:29:40 +0800
commit7f2e2c8700f00380ba625f8ca21e6d90b3425ae9 (patch)
tree6c1038210eb6b38b178671859518632e5ad78031 /sysutils
parent47d676d40c556ac9acd14824b178c610e95f149d (diff)
downloadfreebsd-ports-gnome-7f2e2c8700f00380ba625f8ca21e6d90b3425ae9.tar.gz
freebsd-ports-gnome-7f2e2c8700f00380ba625f8ca21e6d90b3425ae9.tar.zst
freebsd-ports-gnome-7f2e2c8700f00380ba625f8ca21e6d90b3425ae9.zip
- Fix build on amd64
- Bump PORTREVISION Submitted by: pointyhat via kris
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gkrellflynn/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gkrellflynn/Makefile b/sysutils/gkrellflynn/Makefile
index 29b51f0f82ca..139ca8777dd3 100644
--- a/sysutils/gkrellflynn/Makefile
+++ b/sysutils/gkrellflynn/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gkrellflynn
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://horus.comlab.uni-rostock.de/flynn/
@@ -19,7 +20,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
PLIST_FILES= libexec/gkrellm2/plugins/gkrellflynn.so
USE_GNOME= gtk20
USE_X_PREFIX= yes
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c"
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c -fPIC"
ALL_TARGET= ${PORTNAME}.so
CFLAGS+= `pkg-config --cflags gtk+-2.0 gthread-2.0` \