From 8616af6a17ee606e67b8bb9c194888264095b0e0 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 26 Jul 2013 09:22:16 +0000 Subject: Fix build with recent binutils --- www/cssed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/cssed/Makefile b/www/cssed/Makefile index 823857b712fc..f67c5bddd358 100644 --- a/www/cssed/Makefile +++ b/www/cssed/Makefile @@ -14,7 +14,7 @@ USES= pathfix USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lgmodule-2.0 CONFIGURE_ARGS= --with-plugin-headers MAN1= cssed.1 -- cgit