diff options
author | Patrick Li <pat@FreeBSD.org> | 2004-03-06 07:50:35 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2004-03-06 07:50:35 +0000 |
commit | dfcc7ac2bae825bba892583a02735dd16bb4a069 (patch) | |
tree | a046475bb2889706db621dbb41ac3d9f5c8b418e /misc/gkrellmlaunch2 | |
parent | 0208f7883d6aa522a5c75f4a3a23119675a6ad28 (diff) | |
download | ports-dfcc7ac2bae825bba892583a02735dd16bb4a069.tar.gz ports-dfcc7ac2bae825bba892583a02735dd16bb4a069.zip |
Notes
Diffstat (limited to 'misc/gkrellmlaunch2')
-rw-r--r-- | misc/gkrellmlaunch2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/gkrellmlaunch2/Makefile b/misc/gkrellmlaunch2/Makefile index 1ed1fee05561..001d4120acbf 100644 --- a/misc/gkrellmlaunch2/Makefile +++ b/misc/gkrellmlaunch2/Makefile @@ -23,8 +23,13 @@ USE_X_PREFIX= yes USE_GNOME= imlib ALL_TARGET= ${PORTNAME}.so +.include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +CFLAGS= -fPIC +.endif + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \ ${PREFIX}/libexec/gkrellm/plugins -.include <bsd.port.mk> +.include <bsd.port.post.mk> |