1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/sysutils/lttng-ust/files/patch-doc_examples_clock-override_Makefile
Mahdi Mokhtari a8416c340c Adding sysutils/lttng-ust and sysutils/lttng-tools.
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.

PR:		216142
Submitted by:	mmokhi
Reported by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9200
2017-02-11 15:36:17 +00:00

18 lines
406 B
Plaintext

--- doc/examples/clock-override/Makefile.orig 2016-08-25 21:53:05 UTC
+++ doc/examples/clock-override/Makefile
@@ -15,12 +15,8 @@
#
# This makefile is purposefully kept simple to support GNU and BSD make.
-ifdef AM_CC
- CC = $(AM_CC)
-endif
-
-LIBS = -ldl # On Linux
-#LIBS = -lc # On BSD
+#LIBS = -ldl # On Linux
+LIBS = # On FreeBSD
LOCAL_CPPFLAGS += -I.
all: lttng-ust-clock-override-example.so