aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-02-08 03:56:45 +0800
committerlofi <lofi@FreeBSD.org>2007-02-08 03:56:45 +0800
commit6df20b3fdb08849b58974a1407650633a09320bc (patch)
tree578880d322171305c6b50cb7f83eb0b30288685d
parentdbf6d370549451b3ac8c6249e2646e340f4b9478 (diff)
downloadfreebsd-ports-gnome-6df20b3fdb08849b58974a1407650633a09320bc.tar.gz
freebsd-ports-gnome-6df20b3fdb08849b58974a1407650633a09320bc.tar.zst
freebsd-ports-gnome-6df20b3fdb08849b58974a1407650633a09320bc.zip
Fix build on amd64
-rw-r--r--audio/last.fm/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/last.fm/files/patch-configure b/audio/last.fm/files/patch-configure
index 007dd96c604f..d2985b2ff643 100644
--- a/audio/last.fm/files/patch-configure
+++ b/audio/last.fm/files/patch-configure
@@ -27,7 +27,7 @@
echo "Generating Makefiles..."
-qmake -config release -after "CONFIG-=debug"
-+qmake-qt4 -config release -after "CONFIG-=debug" "INCLUDEPATH+=${X11BASE}/include"
++qmake-qt4 -config release -after "CONFIG-=debug" "INCLUDEPATH+=${X11BASE}/include" "QMAKE_CXXFLAGS+=-fPIC"
echo
echo "Good, your configure is finished. Now type 'make'"