3ae338d181
Upgrade to a more recent snapshot, and stop requiring GCC. PR: 206930 Submitted by: Jason Bacon <bacon4000@gmail.com> (maintainer)
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
--- XmHTML/Makefile.orig 2015-11-06 21:25:06 UTC
|
|
+++ XmHTML/Makefile
|
|
@@ -48,7 +48,7 @@ AR = ar cq
|
|
RANLIB= ranlib
|
|
|
|
SHELL = /bin/sh
|
|
-MAKE = make
|
|
+MAKE = gmake
|
|
# change this to makedepend if your system doesn't have gcc
|
|
MAKEDEPEND= gccmakedep
|
|
|