svn commit: r366547 - head/deskutils/xfce4-notification-daemon
Emanuel Haupt
ehaupt at FreeBSD.org
Fri Aug 29 18:11:17 UTC 2014
Author: ehaupt
Date: Fri Aug 29 18:11:16 2014
New Revision: 366547
URL: http://svnweb.freebsd.org/changeset/ports/366547
QAT: https://qat.redports.org/buildarchive/r366547/
Log:
Revert amdmi3's previous commit. Remove unnecessary use of -fPIC. This port was
not broken.
Modified:
head/deskutils/xfce4-notification-daemon/Makefile
Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile Fri Aug 29 17:58:14 2014 (r366546)
+++ head/deskutils/xfce4-notification-daemon/Makefile Fri Aug 29 18:11:16 2014 (r366547)
@@ -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 \
More information about the svn-ports-all
mailing list