aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libworkman
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-01-31 09:51:59 +0800
committerarved <arved@FreeBSD.org>2004-01-31 09:51:59 +0800
commit26f269dfae6296502f74a56d5f24c54558dd247a (patch)
treeb023e500677d00c748f4d3c6a32b2d4743117366 /audio/libworkman
parenteece20c1e3c7a1cdc625bb2a38648be5dfe96ac7 (diff)
downloadfreebsd-ports-gnome-26f269dfae6296502f74a56d5f24c54558dd247a.tar.gz
freebsd-ports-gnome-26f269dfae6296502f74a56d5f24c54558dd247a.tar.zst
freebsd-ports-gnome-26f269dfae6296502f74a56d5f24c54558dd247a.zip
Fix build on AMD64
Diffstat (limited to 'audio/libworkman')
-rw-r--r--audio/libworkman/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libworkman/Makefile b/audio/libworkman/Makefile
index 608be50f7ce5..a6118433d562 100644
--- a/audio/libworkman/Makefile
+++ b/audio/libworkman/Makefile
@@ -18,6 +18,7 @@ COMMENT= Workman library required by some audio apps
WRKSRC= ${WRKDIR}/libworkman
USE_IMAKE= yes
INSTALLS_SHLIB= yes
+CFLAGS+= -fPIC
post-patch:
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;