citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 0cb4faba58798f8bec8b4b66e0e002890d05cb98
parent 93fb7771bcc50db82b2415308221e477c9e16fbe
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Fri, 18 Mar 2016 22:43:08 -0600

patches: regen osx

Diffstat:
Mpatches/osx.diff | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git a/patches/osx.diff b/patches/osx.diff @@ -87,15 +87,3 @@ index 28f4491..b95ef42 100644 if (ret) errx(1, "Instrumentation failed"); } -diff --git a/viewer/Makefile b/viewer/Makefile -index 4585f8e..910fd95 100644 ---- a/viewer/Makefile -+++ b/viewer/Makefile -@@ -5,6 +5,6 @@ CXXFLAGS += -std=c++11 - CXXFLAGS += `pkg-config gl glew ftgl --cflags` - - LDFLAGS += `pkg-config gl glew ftgl --libs` --LDADD += -lz -lglut -+LDADD += -lc++ -lz -lglut - - .include <bsd.prog.mk>