svn commit: r323706 - head/www/cssed
Baptiste Daroussin
bapt at FreeBSD.org
Fri Jul 26 09:22:17 UTC 2013
Author: bapt
Date: Fri Jul 26 09:22:16 2013
New Revision: 323706
URL: http://svnweb.freebsd.org/changeset/ports/323706
Log:
Fix build with recent binutils
Modified:
head/www/cssed/Makefile
Modified: head/www/cssed/Makefile
==============================================================================
--- head/www/cssed/Makefile Fri Jul 26 09:10:19 2013 (r323705)
+++ head/www/cssed/Makefile Fri Jul 26 09:22:16 2013 (r323706)
@@ -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
More information about the svn-ports-head
mailing list