Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3ceb0a

Browse files
committed
Oops, the port is ultrix4, not ultrix
Pointed out by: Erik Bertelsen
1 parent37e7e77 commitf3ceb0a

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)

[8]ページ先頭

©2009-2025 Movatter.jp