File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ case "$host_os" in
576
576
dgux* ) PORTNAME=' dgux' ;;
577
577
aix* ) PORTNAME=' aix' ;;
578
578
nextstep* ) PORTNAME=' nextstep' ;;
579
- ultrix* ) PORTNAME=' ultrix ' ;;
579
+ ultrix* ) PORTNAME=' ultrix4 ' ;;
580
580
* ) echo " "
581
581
echo " *************************************************************"
582
582
echo " configure does not currently recognize your operating system,"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ case "$host_os" in
13
13
dgux*) PORTNAME='dgux';;
14
14
aix*) PORTNAME='aix';;
15
15
nextstep*) PORTNAME='nextstep';;
16
- ultrix*) PORTNAME='ultrix ';;
16
+ ultrix*) PORTNAME='ultrix4 ';;
17
17
*) echo ""
18
18
echo "*************************************************************"
19
19
echo "configure does not currently recognize your operating system,"
You can’t perform that action at this time.
0 commit comments