Commits

Ken Cunningham authored 74c2491ca2b
blackbox: fix build on Tiger

closes: https://trac.macports.org/ticket/59121#comment:2
No tags

x11/blackbox/Portfile

Modified
50 50
51 51 configure.args --disable-dependency-tracking \
52 52 --disable-silent-rules \
53 53 --enable-shared \
54 54 --disable-rpath \
55 55 SED=${prefix}/bin/gsed
56 56
57 57 configure.cxxflags-append -Wno-format-security \
58 58 -std=c++98
59 59
60 +# Unicode.cc:103:23: error: invalid conversion from 'char**' to 'const char**' [-fpermissive]
61 +platform darwin 8 {
62 + configure.cxxflags-append -fpermissive
63 +}
64 +
60 65 configure.ldflags-append -lintl
61 66
62 67 patchfiles patch-blackbox-menu-advance.diff
63 68
64 69 notes "
65 70 new blackbox users may find this setup guide useful:
66 71 https://ubuntuforums.org/showthread.php?t=125084
67 72
68 73 and how to change windowmanagers:
69 74 https://fanf.livejournal.com/142372.html

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut