Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 13:36:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331579 - head/net/gupnp
Message-ID:  <201310251336.r9PDaIFd074272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 25 13:36:17 2013
New Revision: 331579
URL: http://svnweb.freebsd.org/changeset/ports/331579

Log:
  - Strip shared library

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Fri Oct 25 13:36:09 2013	(r331578)
+++ head/net/gupnp/Makefile	Fri Oct 25 13:36:17 2013	(r331579)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libgssdp-1.0.so:${PORTSDIR}
 CONFIGURE_ARGS=	--enable-introspection=yes
 CONFIGURE_ENV=	VAPIGEN=""
 GNU_CONFIGURE=	yes
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310251336.r9PDaIFd074272>