diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 17:48:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-29 17:48:30 +0800 |
commit | 94a46ff238b4db31d01c080816f9722e20675648 (patch) | |
tree | 55a4f8f2b412c27dc936109593b0dd83f0918831 /deskutils | |
parent | c6e477e41f217c3fc8a84138abc68c02053783ea (diff) | |
download | freebsd-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/Makefile | 1 |
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 \ |