Package: bristol / 0.60.10-3

Metadata

Package Version Patches format
bristol 0.60.10-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 export_statements.patch | (download)

bin/startBristol.in | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 drop all unnecessary 'export' statements.
 We don't need to append /{,usr/{,local/}}lib to $LD_LIBRARY_PATH
 and /usr/{,local/}bin to $PATH.
02 disable_sse.patch | (download)

bristol/Makefile.am | 2 1 + 1 - 0 !
libbristol/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 disable -msse -mfpmath=sse to avoid ftbfs on many architectures.