Skip to content

Commit

Permalink
xorg-libX11: tweak blacklisting
Browse files Browse the repository at this point in the history
blacklist gcc-3.*
simplify gcc-4.* blacklisting
fixes build on Tiger
  • Loading branch information
kencu committed Jun 30, 2019
1 parent e804d2f commit 99a86b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11/xorg-libX11/Portfile
Expand Up @@ -26,7 +26,7 @@ use_parallel_build yes
# Avoids errors like
# makekeys.c:45: error: redefinition of typedef ‘KeySym’
# /opt/local/include/X11/X.h:106: error: previous declaration of ‘KeySym’ was here
compiler.blacklist gcc-4.0 *gcc-4.2 {clang < 300}
compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300}

depends_build port:pkgconfig \
port:xorg-xtrans \
Expand Down

0 comments on commit 99a86b8

Please sign in to comment.