Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 10:33:36 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334170 - head/news/husky-hpucode/files
Message-ID:  <201311181033.rAIAXaKC041645@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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