From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 00:33:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FC92FF4; Sun, 17 Aug 2014 00:33:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C1B62E6C; Sun, 17 Aug 2014 00:33:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7H0X5hG058590; Sun, 17 Aug 2014 00:33:05 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7H0X5vG058589; Sun, 17 Aug 2014 00:33:05 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201408170033.s7H0X5vG058589@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 17 Aug 2014 00:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365146 - head/math/sfst/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 00:33:05 -0000 Author: adamw Date: Sun Aug 17 00:33:04 2014 New Revision: 365146 URL: http://svnweb.freebsd.org/changeset/ports/365146 QAT: https://qat.redports.org/buildarchive/r365146/ Log: Fix build on -current. Modified: head/math/sfst/files/patch-src-Makefile Modified: head/math/sfst/files/patch-src-Makefile ============================================================================== --- head/math/sfst/files/patch-src-Makefile Sun Aug 17 00:30:18 2014 (r365145) +++ head/math/sfst/files/patch-src-Makefile Sun Aug 17 00:33:04 2014 (r365146) @@ -1,5 +1,5 @@ ---- Makefile.orig 2012-01-10 13:13:14.000000000 +0400 -+++ Makefile 2014-07-07 15:57:36.000000000 +0400 +--- ./Makefile.orig 2012-01-10 04:13:14.000000000 -0500 ++++ ./Makefile 2014-08-16 20:31:58.000000000 -0400 @@ -1,8 +1,8 @@ # try different definitions of SGILIB if hash_map is not found @@ -11,7 +11,7 @@ # comment the following lines if readline is not found READLINE = -DREADLINE -@@ -18,18 +18,18 @@ +@@ -18,19 +18,19 @@ # Uncomment this line in order to compile a library and # run "make clean" in order to force a recompilation of the object files @@ -30,10 +30,12 @@ +CC ?= cc CL = $(CC) -CFLAGS = -O3 $(WARNING) $(SGILIB) $(CDT) $(READLINE) $(FPIC) +-LDFLAGS = +CFLAGS += $(WARNING) $(SGILIB) $(CDT) $(READLINE) $(FPIC) - LDFLAGS = ++#LDFLAGS = CXXFLAGS = $(CFLAGS) + LXXFLAGS = $(LDFLAGS) @@ -46,7 +46,7 @@ endif