Hi...
Three days ago, I sent this little diff for the cssed port I maintain. I
was wondering if any commiter had a time to look at it and commit it
Thanks !
Antoine
--
Hi, here is a patch that makes cssed respect CFLAGS.
--- Makefile.orig Mon Oct 24 15:34:32 2005
+++ Makefile Mon Oct 24 15:35:33 2005
@@ -3,6 +3,7 @@
COMMENT= "CSS editor"
DISTNAME= cssed-0.3.0
+PKGNAME= ${DISTNAME}p0
CATEGORIES= www
HOMEPAGE= http://cssed.sourceforge.net/
@@ -29,7 +30,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