Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 14:32:08 +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: r330003 - head/science/udunits
Message-ID:  <201310101432.r9AEW8Ux068671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 10 14:32:08 2013
New Revision: 330003
URL: http://svnweb.freebsd.org/changeset/ports/330003

Log:
  - Strip shared library

Modified:
  head/science/udunits/Makefile

Modified: head/science/udunits/Makefile
==============================================================================
--- head/science/udunits/Makefile	Thu Oct 10 14:31:52 2013	(r330002)
+++ head/science/udunits/Makefile	Thu Oct 10 14:32:08 2013	(r330003)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libexpat.so:${PORTSDIR}/tex
 CONFIGURE_ENV=	ac_cv_header_CUnit_CUnit_h=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 



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