Package: atom4 / 4.1-9

Metadata

Package Version Patches format
atom4 4.1-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
scons.diff | (download)

SConstruct | 115 115 + 0 - 0 !
engine/SConscript | 23 23 + 0 - 0 !
general/SConscript | 13 13 + 0 - 0 !
ncurses/SConscript | 19 19 + 0 - 0 !
net/SConscript | 18 18 + 0 - 0 !
proglib/SConstruct | 51 51 + 0 - 0 !
proglib/c++/SConscript | 27 27 + 0 - 0 !
proglib/c/SConscript | 13 13 + 0 - 0 !
x/SConscript | 46 46 + 0 - 0 !
9 files changed, 325 insertions(+)

---
constchar | (download)

proglib/c++/exception.cc | 6 3 + 3 - 0 !
proglib/c++/exception.h | 8 4 + 4 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

---
constchar2 | (download)

ncurses/textui.cc | 8 4 + 4 - 0 !
ncurses/textui.h | 6 3 + 3 - 0 !
x/xscoreboard.cc | 4 2 + 2 - 0 !
x/xscoreboard.h | 2 1 + 1 - 0 !
x/xsprite.cc | 2 1 + 1 - 0 !
x/xsprite.h | 2 1 + 1 - 0 !
x/xtriboard.cc | 2 1 + 1 - 0 !
x/xtriboard.h | 2 1 + 1 - 0 !
x/xutil.cc | 14 7 + 7 - 0 !
x/xutil.h | 6 3 + 3 - 0 !
10 files changed, 24 insertions(+), 24 deletions(-)

---
unsigned | (download)

x/xcursor.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
Wl as needed | (download)

Construct | 2 1 + 1 - 0 !
SConstruct | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 list lib dependencies in the right order for -wl,--as-needed
 With -Wl,--as-needed, libraries which don't provide any symbols that are
 referenced are dropped from the final linkage, which means libraries must
 be listed on the commandline after what depends on them in order to avoid a
 build failure.