summaryrefslogtreecommitdiff
path: root/textproc/par
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-22 12:36:38 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-22 12:36:38 +0000
commitda8e305fe1ec0faea347b5fce68988a4cabc3b35 (patch)
tree826d69e4850ee8c3797360cadf5e5cbad1b7a479 /textproc/par
parentoriginal distibution is updated to 0.83. (diff)
Make CFLAGS from environment apply.
Notes
Notes: svn path=/head/; revision=13306
Diffstat (limited to 'textproc/par')
-rw-r--r--textproc/par/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/par/files/patch-aa b/textproc/par/files/patch-aa
new file mode 100644
index 000000000000..e67c61a59d0e
--- /dev/null
+++ b/textproc/par/files/patch-aa
@@ -0,0 +1,11 @@
+--- protoMakefile.ORIG Sun Jan 21 05:46:02 1996
++++ protoMakefile Mon Aug 17 18:56:27 1998
+@@ -47,7 +47,7 @@
+ # Example (for Solaris 2.x with SPARCompiler C):
+ # CC = cc -c -O -s -Xc -DDONTFREE
+
+-CC = cc -c
++CC = cc -c ${CFLAGS}
+
+ # Define LINK1 and LINK2 so that the command
+ #