1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/textproc/par/files/patch-protoMakefile
Mark Murray f28a05d93d Fix to add staging support.
While I'm here, fix compilation; subtracting 2 pointers on a 64-bit
machine gives something the same size as a size_t.
Refactor the patches by using 'make makepatch'.

PR:             186604
Submitted by:   Mikhail - mp39590 gmail com
2014-02-10 21:31:14 +00:00

12 lines
307 B
Plaintext

--- ./protoMakefile.orig 2001-03-09 00:53:25.000000000 +0000
+++ ./protoMakefile 2014-02-10 21:14:29.000000000 +0000
@@ -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
#