aboutsummaryrefslogtreecommitdiff
path: root/devel/cgdb
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-08-29 10:04:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-08-29 10:04:07 +0000
commit4d2b983a20f7ce6257dc71c017163e8503476a92 (patch)
tree48788f8ec34ee81df648b3e1cdcd767b7d7fe572 /devel/cgdb
parent9b665c05a3b6459db3c2a527b42cf36d7997268e (diff)
Notes
Diffstat (limited to 'devel/cgdb')
-rw-r--r--devel/cgdb/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile
index 6772641af129..253c93fe62ab 100644
--- a/devel/cgdb/Makefile
+++ b/devel/cgdb/Makefile
@@ -19,6 +19,11 @@ MAN1= cgdb.1
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
+# we need this for openpty(3) . It sucks,
+# but since cgdb include a libutil itself,
+# we have to specify the full path.
+LDFLAGS+= /usr/lib/libutil.so
+
.include <bsd.port.pre.mk>
# at this time we can not use LIB_DEPENDS, please read ports/99327