freebsd-ports/sysutils/daemontools-encore/files/patch-conf-cc.diff
John Marino cb8af26bb1 Add new port: sysutils/daemontools-encore
PR:		181765
Submitted by:	uffe

    =================================================================

daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J.
Bernstein.  daemontools-encore adds numerous enhancements above what
daemontools could do while maintaining backwards compatibility with
daemontools. See the CHANGES file for more details on what features
have been added.
2014-08-03 21:08:11 +00:00

7 lines
263 B
Diff

--- conf-cc.orig 2014-07-27 23:11:57.000000000 +0200
+++ conf-cc 2014-07-27 23:12:04.000000000 +0200
@@ -1,3 +1,3 @@
-gcc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
+cc -O2 -Wall -Wshadow -Wcast-align -Wwrite-strings
This will be used to compile .c files.