diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 13:44:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 13:44:55 +0000 |
commit | 041f68d663c9826250f14a795ab689f19ad59dd2 (patch) | |
tree | 8687c1c76d3768709f23dc3c890a5a334256deaa /mail/gnubiff/Makefile | |
parent | 01ec33687db1c44711e568780b2e0c90c39b0660 (diff) | |
download | ports-041f68d663c9826250f14a795ab689f19ad59dd2.tar.gz ports-041f68d663c9826250f14a795ab689f19ad59dd2.zip |
Notes
Diffstat (limited to 'mail/gnubiff/Makefile')
-rw-r--r-- | mail/gnubiff/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/gnubiff/Makefile b/mail/gnubiff/Makefile index f48248cdacba..4a27a5f0ff88 100644 --- a/mail/gnubiff/Makefile +++ b/mail/gnubiff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnubiff -PORTVERSION= 2.1.6 -PORTREVISION= 1 +PORTVERSION= 2.1.7 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +22,10 @@ USE_GNOME= intlhack libglade2 esound USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + CXXFLAGS="-Wno-long-long" +# CXXFLAGS needed to work round issue with gcc and openssl 0.9.8a +# /usr/local/include/openssl/sha.h:173: error: ISO C++ does not support `long long' MAN1= gnubiff.1 INFO= gnubiff |