Commits
David B. Evans authored b5a0720b079
69 69 | port:libxml2 \ |
70 70 | port:libxslt \ |
71 71 | port:xorg-libXcursor \ |
72 72 | port:xorg-libXmu \ |
73 73 | port:xorg-libXext \ |
74 74 | port:xorg-libXfixes |
75 75 | |
76 76 | # gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm' |
77 77 | # redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329) |
78 78 | |
79 - | compiler.blacklist *gcc* {clang < 300} |
79 + | compiler.blacklist *gcc-3.* *gcc-4.* {clang < 300} |
80 80 | |
81 81 | patchfiles patch-etc-gimprc.diff \ |
82 82 | patch-set-perl-from-env.diff \ |
83 83 | patch-plug-ins-common-web-browser.c.diff |
84 84 | |
85 85 | post-patch { |
86 86 | xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath} |
87 87 | } |
88 88 | |
89 89 | pre-configure { |