Antoine Jacoutot wrote:
Hi, here is a patch that makes cssed respect CFLAGS.

And of course, I forgot to bump PKGNAME.
Here is a better diff.

Antoine


--- 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

Reply via email to