Skip to content

Commit f3ceb0a

Browse files
committed
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
1 parent 37e7e77 commit f3ceb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ case "$host_os" in
576576
dgux*) PORTNAME='dgux';;
577577
aix*) PORTNAME='aix';;
578578
nextstep*) PORTNAME='nextstep';;
579-
ultrix*) PORTNAME='ultrix';;
579+
ultrix*) PORTNAME='ultrix4';;
580580
*) echo ""
581581
echo "*************************************************************"
582582
echo "configure does not currently recognize your operating system,"

src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ case "$host_os" in
1313
dgux*) PORTNAME='dgux';;
1414
aix*) PORTNAME='aix';;
1515
nextstep*) PORTNAME='nextstep';;
16-
ultrix*) PORTNAME='ultrix';;
16+
ultrix*) PORTNAME='ultrix4';;
1717
*) echo ""
1818
echo "*************************************************************"
1919
echo "configure does not currently recognize your operating system,"

0 commit comments

Comments
 (0)