diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-26 05:02:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-26 05:02:01 +0800 |
commit | 72e12e21778b77d7839ca90c57a6d0203f88bca1 (patch) | |
tree | a1506c1380ee45c01154bc3a413384605e9a2147 /audio | |
parent | 26d302412a964a390077f7389ad6b3fb7ae8fc29 (diff) | |
download | freebsd-ports-gnome-72e12e21778b77d7839ca90c57a6d0203f88bca1.tar.gz freebsd-ports-gnome-72e12e21778b77d7839ca90c57a6d0203f88bca1.tar.zst freebsd-ports-gnome-72e12e21778b77d7839ca90c57a6d0203f88bca1.zip |
Fix build on amd64.
Reported by: kris via bento
Diffstat (limited to 'audio')
-rw-r--r-- | audio/osalp/Makefile | 1 |
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}" |