diff options
author | pav <pav@FreeBSD.org> | 2005-07-18 01:18:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-18 01:18:34 +0800 |
commit | f551984644599b67d39ace3e5d35541095217386 (patch) | |
tree | cfb4c690d91d93ed4ed50b384a38656aa1c4e111 /audio/xmms-sexypsf | |
parent | 84f1a48ccda5323db61a8747f477888f9bc8f86d (diff) | |
download | freebsd-ports-gnome-f551984644599b67d39ace3e5d35541095217386.tar.gz freebsd-ports-gnome-f551984644599b67d39ace3e5d35541095217386.tar.zst freebsd-ports-gnome-f551984644599b67d39ace3e5d35541095217386.zip |
- Fix build on amd64
Reported by: krismail
Diffstat (limited to 'audio/xmms-sexypsf')
-rw-r--r-- | audio/xmms-sexypsf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-sexypsf/Makefile b/audio/xmms-sexypsf/Makefile index c732f857a5c7..ce90f6178707 100644 --- a/audio/xmms-sexypsf/Makefile +++ b/audio/xmms-sexypsf/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gtk12 WRKSRC= ${WRKDIR}/sexypsf -CFLAGS+= -I${WRKSRC} +CFLAGS+= -I${WRKSRC} -fPIC DEFINES= -DSPSFVERSION=\""${PORTVERSION}\"" -DPSS_STYLE=1 PORTDOCS= ChangeLog README psf_format.txt spu.txt spu2regs.txt \ |