You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
libdvbpsi: fix build
This commit is contained in:
@@ -17,7 +17,6 @@ long_description \
|
||||
DVB stream. The two keywords are portability and simplicity .
|
||||
|
||||
homepage https://www.videolan.org/developers/libdvbpsi.html
|
||||
platforms darwin
|
||||
master_sites https://download.videolan.org/pub/${name}/${version}/
|
||||
|
||||
use_bzip2 yes
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# Check for automake
|
||||
amvers="no"
|
||||
-for v in 15 14 13 12 11 10 9 8 7 6 5; do
|
||||
+for v in 17 16 15 14 13 12 11 10 9 8 7 6 5; do
|
||||
+for v in 26 25 24 23 22 21 20 19 18; do
|
||||
if automake-1.${v} --version >/dev/null 2>&1; then
|
||||
amvers="-1.${v}"
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user