freebsd-ports/sysutils/liburcu/files/patch-doc_examples_Makefile.examples.template
Nikolai Lifanov 3ea0bbeb63 update sysutils/liburcu to 0.9.3
PR:		216141
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by:	matthew
Approved by:	matthew (mentor), maintainer timeout (freebsd@dns-lab.com, 2 weeks)
Differential Revision:	https://reviews.freebsd.org/D9199
2017-02-01 20:42:28 +00:00

14 lines
318 B
Text

--- doc/examples/Makefile.examples.template.orig 2017-01-07 14:57:52 UTC
+++ doc/examples/Makefile.examples.template
@@ -11,9 +11,9 @@
#
# This makefile is purposefully kept simple to support GNU and BSD make.
-ifdef AM_CC
+.if defined(AM_CC)
CC = $(AM_CC)
-endif
+.endif
CFLAGS = -g -O2 -Wall
all: $(BINARY)