pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql73 add template for IRIX



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63288fa53e95
branches:  trunk
changeset: 496813:63288fa53e95
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jul 13 15:34:01 2005 +0000

description:
add template for IRIX

diffstat:

 databases/postgresql73/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 24f2a629bea1 -r 63288fa53e95 databases/postgresql73/Makefile.common
--- a/databases/postgresql73/Makefile.common    Wed Jul 13 15:32:40 2005 +0000
+++ b/databases/postgresql73/Makefile.common    Wed Jul 13 15:34:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2005/06/01 20:08:00 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2005/07/13 15:34:01 jschauma Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -46,6 +46,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 PGSQL_TEMPLATE.SunOS=          solaris
+PGSQL_TEMPLATE.IRIX=           irix5
 .if !defined(PGSQL_TEMPLATE.${OPSYS})
 PGSQL_TEMPLATE.${OPSYS}=       ${LOWER_OPSYS}
 .endif



Home | Main Index | Thread Index | Old Index