On Thu, Jan 10, 2008 at 01:09:12PM +0100, Giovanni Bechis wrote:
> Update to latest version, 4.52, tested @i386.
> Some bug fixes from previous version 
> (http://marc.info/?l=openbsd-ports&m=119813990212052&w=2).
>  Giovanni

Builds and tests (both nmap and zenmap) OK on i386. You should
probably do something like the following to make CPPFLAGS and
friends work:

--- Makefile.orig       Thu Jan 10 09:33:57 2008
+++ Makefile    Thu Jan 10 09:33:56 2008
@@ -23,9 +23,9 @@
 USE_GMAKE=             yes
 
 CONFIGURE_STYLE=       gnu
-CONFIGURE_ENV=         CFLAGS="-I${LOCALBASE}/include" \
-                       CPPFLAGS="-I${LOCALBASE}/include" \
-                       LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=         CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+                       CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+                       LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 CONFIGURE_ARGS=                --with-libpcap=/usr \
                        --with-openssl=/usr \
                        --with-libdnet=${LOCALBASE}

-- 

o--------------------------{ Will Maier }--------------------------o
| web:.......http://www.lfod.us/ | [EMAIL PROTECTED] |
*------------------[ BSD Unix: Live Free or Die ]------------------*

Reply via email to