aboutsummaryrefslogtreecommitdiff
path: root/textproc
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
parent70cc253a68d646cced4b45a8e4a20b7c335af583 (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sgmls/files/patch-Makefile11
-rw-r--r--textproc/sgrep/files/patch-aa15
2 files changed, 23 insertions, 3 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
diff --git a/textproc/sgrep/files/patch-aa b/textproc/sgrep/files/patch-aa
index d4e33b33f4dd..b9f6d99fe34f 100644
--- a/textproc/sgrep/files/patch-aa
+++ b/textproc/sgrep/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile-- Wed Apr 29 12:08:55 1998
-+++ Makefile Wed Apr 29 12:20:29 1998
+--- Makefile.orig 1996-05-02 19:58:24.000000000 +0800
++++ Makefile 2011-09-07 09:33:07.000000000 +0800
@@ -10,11 +10,11 @@
#
@@ -15,7 +15,16 @@
# Where the sample rc file goes
RCFILE = $(LIBDIR)/sgreprc
# If you can't install as root you might wan't to use this as rc file
-@@ -45,11 +45,7 @@
+@@ -25,7 +25,7 @@ VERSION = 0.99
+ CFLAGS = -O -DVERSION=\"$(VERSION)\" -DLIBDIR=\"$(LIBDIR)\"
+ LDFLAGS =
+ # if cc fails to you use gcc
+-CC = cc
++#CC = cc
+ CPPFLAGS =
+ LIBS =
+
+@@ -45,11 +45,7 @@ sgrep: $(OBJECTS)
clean:
-rm -f $(OBJECTS)