Hi, here is a patch that makes cssed respect CFLAGS.Thanks to Steven Mestdagh <steven.mestdagh_at_esat.kuleuven.be> for reporting this.
Regards, Antoine --- Makefile.orig Mon Oct 24 15:08:35 2005 +++ Makefile Mon Oct 24 15:06:42 2005 @@ -29,7 +29,7 @@ MODULES= devel/gettext CONFIGURE_STYLE=gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS=--with-help-menus