summaryrefslogtreecommitdiff
path: root/audio/osalp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-25 21:02:01 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-10-25 21:02:01 +0000
commit2e061572c129c6c863e1c3fa65950b4c4866e4e8 (patch)
tree586199593cdec9afb8b3ebeebfcff4ad2b95a7aa /audio/osalp
parentBump PORTREVISION for the last commit. (diff)
Fix build on amd64.
Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=92140
Diffstat (limited to 'audio/osalp')
-rw-r--r--audio/osalp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/osalp/Makefile b/audio/osalp/Makefile
index be8e86497984..029f4dcb16c6 100644
--- a/audio/osalp/Makefile
+++ b/audio/osalp/Makefile
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CFLAGS+= -fPIC -DPIC
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"