From owner-svn-ports-all@FreeBSD.ORG Mon Nov 18 10:33:37 2013 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 F29AF247; Mon, 18 Nov 2013 10:33:36 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E08312E42; Mon, 18 Nov 2013 10:33:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAIAXaTh041646; Mon, 18 Nov 2013 10:33:36 GMT (envelope-from fjoe@svn.freebsd.org) Received: (from fjoe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAIAXaKC041645; Mon, 18 Nov 2013 10:33:36 GMT (envelope-from fjoe@svn.freebsd.org) Message-Id: <201311181033.rAIAXaKC041645@svn.freebsd.org> From: Max Khon Date: Mon, 18 Nov 2013 10:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334170 - head/news/husky-hpucode/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.16 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: Mon, 18 Nov 2013 10:33:37 -0000 Author: fjoe Date: Mon Nov 18 10:33:36 2013 New Revision: 334170 URL: http://svnweb.freebsd.org/changeset/ports/334170 Log: Fix clang-only build. Modified: head/news/husky-hpucode/files/patch-Makefile Modified: head/news/husky-hpucode/files/patch-Makefile ============================================================================== --- head/news/husky-hpucode/files/patch-Makefile Mon Nov 18 10:16:27 2013 (r334169) +++ head/news/husky-hpucode/files/patch-Makefile Mon Nov 18 10:33:36 2013 (r334170) @@ -1,5 +1,14 @@ ---- Makefile.orig Thu Jan 9 03:57:29 2003 -+++ Makefile Thu Jan 9 03:57:46 2003 +--- Makefile.orig 2002-10-08 14:33:48.000000000 +0700 ++++ Makefile 2013-10-31 17:22:27.000000000 +0700 +@@ -32,7 +32,7 @@ + + + hpucode: $(OBJS) +- gcc $(OBJS) $(LFLAGS) $(LIBS) -o hpucode$(EXE) ++ $(CC) $(OBJS) $(LFLAGS) $(LIBS) -o hpucode$(EXE) + + %.o: $(SRC_DIR)%.c + $(CC) $(CFLAGS) $(CDEFS) -c $< @@ -64,12 +64,12 @@ $(INSTALL) $(IBOPT) hpucode$(EXE) $(BINDIR) ifdef INFODIR