diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-10 17:53:49 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-02-10 17:53:49 +0000 |
commit | 975ecffcd59e5abc6b008165ff3663910d6e38e0 (patch) | |
tree | e94d059ebeedc76e78cab2153004ec76352253ca /audio/portaudio | |
parent | dd368ce849112951f2440282f1d48fdfcfafbea3 (diff) | |
download | ports-975ecffcd59e5abc6b008165ff3663910d6e38e0.tar.gz ports-975ecffcd59e5abc6b008165ff3663910d6e38e0.zip |
Notes
Diffstat (limited to 'audio/portaudio')
-rw-r--r-- | audio/portaudio/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 3e0189f4e6b3..8467619ed81c 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -25,6 +25,10 @@ NO_FILTER_SHLIBS=yes PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} SHLIB_VERSION= 0 +.if ${MACHINE_ARCH:L} == amd64 +CFLAGS+= -fPIC +.endif + pre-everything:: .if !defined(WITH_PATESTS) @${ECHO_MSG} |