mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
93a66d9891
- Respect CFLAGS/CXXFLAGS - Bump PORTREVISION since port was building with -g previously PR: 155662 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) [1] avg@
11 lines
269 B
C++
11 lines
269 B
C++
--- ./lib/signal_op.cpp.orig 2011-03-18 11:01:22.000000000 -0400
|
|
+++ ./lib/signal_op.cpp 2011-03-18 11:01:39.000000000 -0400
|
|
@@ -13,6 +13,7 @@
|
|
|
|
|
|
#include <math.h>
|
|
+#include <stdlib.h>
|
|
#include "signal_op.h"
|
|
#include "AFLIB/aflibConverter.h"
|
|
#include "error_op.h"
|