diff options
author | Max Khon <fjoe@FreeBSD.org> | 2013-11-18 18:33:36 +0800 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2013-11-18 18:33:36 +0800 |
commit | 2eab7a72024965d87d5e5a520d76ff2d5d8dbb55 (patch) | |
tree | e449b7ff5e4219a651c421770d7c8421babee272 | |
parent | df3df5c8a8612d6bd68cb4180306cb240ea7c75f (diff) | |
download | freebsd-ports-gnome-2eab7a72024965d87d5e5a520d76ff2d5d8dbb55.tar.gz freebsd-ports-gnome-2eab7a72024965d87d5e5a520d76ff2d5d8dbb55.tar.zst freebsd-ports-gnome-2eab7a72024965d87d5e5a520d76ff2d5d8dbb55.zip |
Fix clang-only build.
-rw-r--r-- | news/husky-hpucode/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/news/husky-hpucode/files/patch-Makefile b/news/husky-hpucode/files/patch-Makefile index 3e5539270c01..d88c4f9ec8e7 100644 --- a/news/husky-hpucode/files/patch-Makefile +++ b/news/husky-hpucode/files/patch-Makefile @@ -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 |