diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-22 07:07:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-22 07:07:44 +0000 |
commit | 5cf6e005ae6f57c5791f2e064d0108d8322c4ea4 (patch) | |
tree | 9799f3edc34805ddab67088bc759c4bb757c43ba /net/gnome-nettool | |
parent | a39f5ffcf4d75856142b43455ea7c847c9791213 (diff) | |
download | ports-5cf6e005ae6f57c5791f2e064d0108d8322c4ea4.tar.gz ports-5cf6e005ae6f57c5791f2e064d0108d8322c4ea4.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>
Notes
Notes:
svn path=/head/; revision=117007
Diffstat (limited to 'net/gnome-nettool')
-rw-r--r-- | net/gnome-nettool/Makefile | 2 |
1 files changed, 2 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 |