diff options
author | markm <markm@FreeBSD.org> | 1998-09-22 12:36:38 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-22 12:36:38 +0000 |
commit | 33e92577b818f155d13b266f8a9483f8a669d85d (patch) | |
tree | 3309a5e9ffdd0ff4cfd2e2fc10991a2896dac235 /textproc | |
parent | e5ccebde4f54ef588f1ae30fa41316de99ecba47 (diff) | |
download | FreeBSD-ports-33e92577b818f155d13b266f8a9483f8a669d85d.zip FreeBSD-ports-33e92577b818f155d13b266f8a9483f8a669d85d.tar.gz |
Make CFLAGS from environment apply.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/par/files/patch-aa | 11 |
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 0000000..e67c61a --- /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 + # |