pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Set BUILD_TARGET correctly on OSF1. Patc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aa2d97fd556
branches:  trunk
changeset: 500124:5aa2d97fd556
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 02 20:26:24 2005 +0000

description:
Set BUILD_TARGET correctly on OSF1.  Patch provided by Hideo Masuda
through PR pkg/31445.

diffstat:

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

diffs (18 lines):

diff -r 0c4700ab6e38 -r 5aa2d97fd556 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Sun Oct 02 17:45:31 2005 +0000
+++ b/mail/imap-uw/Makefile     Sun Oct 02 20:26:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2005/09/28 20:52:23 rillig Exp $
+# $NetBSD: Makefile,v 1.100 2005/10/02 20:26:24 minskim Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -37,6 +37,8 @@
 .  else
 BUILD_TARGET=  sgi
 .  endif
+.elif ${OPSYS} == "OSF1"
+BUILD_TARGET=  osf
 .else
 BUILD_TARGET=  neb
 



Home | Main Index | Thread Index | Old Index