diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-08-30 02:11:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-08-30 02:11:16 +0800 |
commit | bdc134b328c7b28d40db798b2be9371d6ab48854 (patch) | |
tree | 4d4890ebc9d6d5eb3033e11092768b6b3f61359d /deskutils | |
parent | 247ce076b7a5e39464c22689a1226bc558eecc9c (diff) | |
download | freebsd-ports-gnome-bdc134b328c7b28d40db798b2be9371d6ab48854.tar.gz freebsd-ports-gnome-bdc134b328c7b28d40db798b2be9371d6ab48854.tar.zst freebsd-ports-gnome-bdc134b328c7b28d40db798b2be9371d6ab48854.zip |
Revert amdmi3's previous commit. Remove unnecessary use of -fPIC. This port was
not broken.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 8d24f0c6aa4e..5840fb8b859c 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.3.7 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= deskutils xfce MASTER_SITES= CRITICAL/ PKGNAMEPREFIX= xfce4- @@ -26,7 +26,6 @@ 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 \ |