diff options
author | markm <markm@FreeBSD.org> | 1998-09-22 20:36:38 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-09-22 20:36:38 +0800 |
commit | 33e92577b818f155d13b266f8a9483f8a669d85d (patch) | |
tree | 3309a5e9ffdd0ff4cfd2e2fc10991a2896dac235 | |
parent | e5ccebde4f54ef588f1ae30fa41316de99ecba47 (diff) | |
download | freebsd-ports-gnome-33e92577b818f155d13b266f8a9483f8a669d85d.tar.gz freebsd-ports-gnome-33e92577b818f155d13b266f8a9483f8a669d85d.tar.zst freebsd-ports-gnome-33e92577b818f155d13b266f8a9483f8a669d85d.zip |
Make CFLAGS from environment apply.
-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 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 + # |