diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-09-22 12:36:38 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-09-22 12:36:38 +0000 |
commit | da8e305fe1ec0faea347b5fce68988a4cabc3b35 (patch) | |
tree | 826d69e4850ee8c3797360cadf5e5cbad1b7a479 /textproc/par | |
parent | 487ec012253bb3af147b0b1177b28c12e9b3e611 (diff) | |
download | ports-da8e305fe1ec0faea347b5fce68988a4cabc3b35.tar.gz ports-da8e305fe1ec0faea347b5fce68988a4cabc3b35.zip |
Notes
Diffstat (limited to 'textproc/par')
-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 + # |