aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-29 17:48:30 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-29 17:48:30 +0800
commit94a46ff238b4db31d01c080816f9722e20675648 (patch)
tree55a4f8f2b412c27dc936109593b0dd83f0918831 /deskutils
parentc6e477e41f217c3fc8a84138abc68c02053783ea (diff)
downloadfreebsd-ports-gnome-94a46ff238b4db31d01c080816f9722e20675648.tar.gz
freebsd-ports-gnome-94a46ff238b4db31d01c080816f9722e20675648.tar.zst
freebsd-ports-gnome-94a46ff238b4db31d01c080816f9722e20675648.zip
- Fix build by adding -fPIC to cflags
Approved by: portmgr blanket
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xfce4-notification-daemon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile
index 0f2bccdad1e3..8d24f0c6aa4e 100644
--- a/deskutils/xfce4-notification-daemon/Makefile
+++ b/deskutils/xfce4-notification-daemon/Makefile
@@ -26,6 +26,7 @@ USES= gmake libtool pkgconfig tar:bzip2
USE_GNOME= librsvg2
USE_LDCONFIG= yes
USE_XFCE= configenv libutil libgui
+CFLAGS+= -fPIC
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
--libexecdir=${PREFIX}/libexec/xfce4 \