Date: Sun, 17 Aug 2014 00:33:05 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365146 - head/math/sfst/files Message-ID: <201408170033.s7H0X5vG058589@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408170033.s7H0X5vG058589>