diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-22 15:07:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-22 15:07:44 +0800 |
commit | d7128ba6ff0995cc2ef8590da619196239535308 (patch) | |
tree | eff9e6c57c84051f148daf1eda5be9453a4b2fa9 /net | |
parent | dd8f00709d751757068683095b7869e057bb76c8 (diff) | |
download | freebsd-ports-gnome-d7128ba6ff0995cc2ef8590da619196239535308.tar.gz freebsd-ports-gnome-d7128ba6ff0995cc2ef8590da619196239535308.tar.zst freebsd-ports-gnome-d7128ba6ff0995cc2ef8590da619196239535308.zip |
Make sure HAVE_SOCKADDR_SA_LEN is defined so that we can properly detect
IPv4 interface parameters.
Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-nettool/Makefile | 2 | ||||
-rw-r--r-- | net/gnomenettool/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index d5d6cfb34330..4e806e0d0ef9 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomenettool PORTVERSION= 0.99.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -24,6 +25,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+= -DHAVE_SOCKADDR_SA_LEN post-install: ${MKDIR} ${PREFIX}/share/gnome/pixmaps diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index d5d6cfb34330..4e806e0d0ef9 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomenettool PORTVERSION= 0.99.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -24,6 +25,7 @@ USE_GMAKE= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+= -DHAVE_SOCKADDR_SA_LEN post-install: ${MKDIR} ${PREFIX}/share/gnome/pixmaps |