File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -1389,7 +1389,7 @@ case $host_os in
13891389 dgux*) template=dgux ;;
13901390 freebsd*) template=freebsd ;;
13911391 hpux*) template=hpux ;;
1392- irix*) template=irix5 ;;
1392+ irix*) template=irix ;;
13931393 linux*) template=linux ;;
13941394 mingw*) template=win32 ;;
13951395 netbsd*) template=netbsd ;;
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- dnl $PostgreSQL: pgsql/configure.in,v 1.351 2004/05/18 04:11:29 momjian Exp $
2+ dnl $PostgreSQL: pgsql/configure.in,v 1.352 2004/05/19 21:37:42 momjian Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -56,7 +56,7 @@ case $host_os in
5656 dgux*) template=dgux ;;
5757 freebsd*) template=freebsd ;;
5858 hpux*) template=hpux ;;
59- irix*) template=irix5 ;;
59+ irix*) template=irix ;;
6060 linux*) template=linux ;;
6161 mingw*) template=win32 ;;
6262 netbsd*) template=netbsd ;;
Original file line number Diff line number Diff line change 66# Copyright (c) 1998, Regents of the University of California
77#
88# IDENTIFICATION
9- # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.75 2004/05/12 21:56:27 momjian Exp $
9+ # $PostgreSQL: pgsql/src/Makefile.shlib,v 1.76 2004/05/19 21:37:43 momjian Exp $
1010#
1111#-------------------------------------------------------------------------
1212
@@ -139,7 +139,7 @@ ifeq ($(PORTNAME), hpux)
139139 endif
140140endif
141141
142- ifeq ($(PORTNAME), irix5 )
142+ ifeq ($(PORTNAME), irix )
143143 shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION)
144144 LINK.shared = $(COMPILER) -shared -Wl,-set_version,sgi$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
145145endif
Original file line number Diff line number Diff line change 11/* Dummy file used for nothing at this point
22 *
3- * see irix5 .h
3+ * see irix .h
44 */
Original file line number Diff line number Diff line change 11/*-------------------------------------------------------------------------
22 *
3- * irix5 .h
4- * port-specific prototypes for Irix 5
3+ * irix .h
4+ * port-specific prototypes for Irix
55 *
66 *
77 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $PostgreSQL: pgsql/src/backend/port/dynloader/irix5 .h,v 1.15 2003/11/29 22:39:55 pgsql Exp $
10+ * $PostgreSQL: pgsql/src/backend/port/dynloader/irix .h,v 1.1 2004/05/19 21:37:43 momjian Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments