pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Fix build on non-NetBSD. PR 32048 by Bran...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a3428e98665
branches:  trunk
changeset: 502985:0a3428e98665
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 11 23:22:33 2005 +0000

description:
Fix build on non-NetBSD. PR 32048 by Brandon Bergren.

diffstat:

 mail/imap-uw/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a137b6a82c0e -r 0a3428e98665 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Fri Nov 11 23:12:22 2005 +0000
+++ b/mail/imap-uw/Makefile     Fri Nov 11 23:22:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2005/11/02 11:14:30 adrianp Exp $
+# $NetBSD: Makefile,v 1.104 2005/11/11 23:22:33 wiz Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -43,8 +43,6 @@
 .else
 BUILD_TARGET=  neb
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.imap-uw
-PKG_SUPPORTED_OPTIONS+=        inet6
 # Kerberos is explicitly not enabled on NetBSD 1.x due to interoperability
 # issues with later versions of OpenSSL (e.g. 0.9.7)
 .  if empty(MACHINE_PLATFORM:MNetBSD-1.*)
@@ -52,6 +50,9 @@
 .  endif
 .endif
 
+PKG_OPTIONS_VAR=       PKG_OPTIONS.imap-uw
+PKG_SUPPORTED_OPTIONS+=        inet6
+
 .include "../../mk/bsd.options.mk"
 
 .if empty(PKG_OPTIONS:Minet6)



Home | Main Index | Thread Index | Old Index