Date: Fri, 29 Aug 2014 18:11:16 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366547 - head/deskutils/xfce4-notification-daemon Message-ID: <201408291811.s7TIBGAF091908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291811.s7TIBGAF091908>