Date: Thu, 23 Nov 2017 08:14:50 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454744 - head/lang/gcc5 Message-ID: <201711230814.vAN8EoUj081264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Nov 23 08:14:50 2017 New Revision: 454744 URL: https://svnweb.freebsd.org/changeset/ports/454744 Log: Remove second instance of install-strip patch that was applied twice. No functional change. Pointy hat to: self Modified: head/lang/gcc5/Makefile Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Thu Nov 23 07:54:09 2017 (r454743) +++ head/lang/gcc5/Makefile Thu Nov 23 08:14:50 2017 (r454744) @@ -84,10 +84,6 @@ INSTALL_TARGET= install-strip .if ${UID} != 0 BINMODE= 755 .endif -INSTALL_TARGET= install-strip -.if ${UID} != 0 -BINMODE= 755 -.endif CONFIGURE_ARGS+=--disable-nls \ --disable-libgcj \ --enable-gnu-indirect-function \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711230814.vAN8EoUj081264>