1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Fix build on AMD64

PR:		63102
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
Tilman Keskinoz 2004-02-20 14:56:32 +00:00
parent 20cf8dbe15
commit 985f6f8890
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101502

View File

@ -23,7 +23,12 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS= -fPIC
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
.include <bsd.port.mk>
.include <bsd.port.post.mk>