diff options
author | markus <markus@FreeBSD.org> | 2005-04-30 17:32:47 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-04-30 17:32:47 +0800 |
commit | 12ebae32a85b94a07feb970e99b86871996b016e (patch) | |
tree | 87335e54b082ac23ccec8a71de87ec9e0d8cd970 | |
parent | 23037eea70ce3b64a7daba6ca99025537a0a50c2 (diff) | |
download | freebsd-ports-gnome-12ebae32a85b94a07feb970e99b86871996b016e.tar.gz freebsd-ports-gnome-12ebae32a85b94a07feb970e99b86871996b016e.tar.zst freebsd-ports-gnome-12ebae32a85b94a07feb970e99b86871996b016e.zip |
Fix build on amd64 and ia64
Submitted by: kris via pointyhat
-rw-r--r-- | multimedia/grpplaylist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/grpplaylist/Makefile b/multimedia/grpplaylist/Makefile index fa874cdc35e1..6cee42277c8f 100644 --- a/multimedia/grpplaylist/Makefile +++ b/multimedia/grpplaylist/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ + @${REINPLACE_CMD} -e 's|-O2|-fPIC|g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ ${WRKSRC}/${CONFIGURE_SCRIPT} .include <bsd.port.mk> |