diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 17:22:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 17:22:16 +0800 |
commit | 8616af6a17ee606e67b8bb9c194888264095b0e0 (patch) | |
tree | b70915e223298e20ca81956c2cb2ebaa7bf26b80 /www | |
parent | 3b59329154108e46273f8c365e99b764c5abcc5d (diff) | |
download | freebsd-ports-gnome-8616af6a17ee606e67b8bb9c194888264095b0e0.tar.gz freebsd-ports-gnome-8616af6a17ee606e67b8bb9c194888264095b0e0.tar.zst freebsd-ports-gnome-8616af6a17ee606e67b8bb9c194888264095b0e0.zip |
Fix build with recent binutils
Diffstat (limited to 'www')
-rw-r--r-- | www/cssed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |