aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgmls
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-09-07 01:49:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-09-07 01:49:34 +0000
commita0f1b5be94858727fd06b8d6b27481dfdaa6864f (patch)
treed38259be4e3e3b02f0cbbad064c9dc361bb47317 /textproc/sgmls
parent70cc253a68d646cced4b45a8e4a20b7c335af583 (diff)
downloadports-a0f1b5be94858727fd06b8d6b27481dfdaa6864f.tar.gz
ports-a0f1b5be94858727fd06b8d6b27481dfdaa6864f.zip
Fix build with clang.
Notes
Notes: svn path=/head/; revision=281339
Diffstat (limited to 'textproc/sgmls')
-rw-r--r--textproc/sgmls/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sgmls/files/patch-Makefile b/textproc/sgmls/files/patch-Makefile
new file mode 100644
index 000000000000..0917d64669bb
--- /dev/null
+++ b/textproc/sgmls/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2011-09-07 09:34:45.000000000 +0800
++++ Makefile 2011-09-07 09:34:52.000000000 +0800
+@@ -15,7 +15,7 @@ MANDIR=$(PREFIX)/man/man$(MANEXT)
+ # Permissions mode to use for man pages.
+ MANMODE=444
+
+-CC=cc
++#CC=cc
+ PROFILE=
+ INCLUDE=
+ OPTIMIZE=-O