diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:36:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:36:17 +0000 |
commit | ae9242ba3bd760bc82352fe55b2560558a047740 (patch) | |
tree | db901d95b509caac61d734560df724564610bd0f /audio/xmms-speex | |
parent | f94e34d45374371169bd6a1ca994f742e5d11b18 (diff) |
- Fix build on AMD64
Approved by: maintainer informed
Notes
Notes:
svn path=/head/; revision=100416
Diffstat (limited to 'audio/xmms-speex')
-rw-r--r-- | audio/xmms-speex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile index 6e60279a3587..cd110412af17 100644 --- a/audio/xmms-speex/Makefile +++ b/audio/xmms-speex/Makefile @@ -26,6 +26,6 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_GMAKE= yes -MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" +MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC" .include <bsd.port.mk> |