Comment 0 for bug 754357

Revision history for this message
Hannes Roest (hannesroest) wrote :

Binary package hint: tigr-glimmer

A make command will fail on the sources. Attached is a git style patch that will resolve the issue. To reproduce this, do

mkdir glimmer
cd glimmer/
wget http://www.cbcb.umd.edu/software/glimmer/glimmer302.tar.gz
tar xzvf glimmer302.tar.gz
cd glimmer3.02/src/
git init
git add .
git commit -m 'glimmer 3.02'
git apply --stat ~/0001-patch-to-compile-on-amd64-with-gcc4.4.patch
git apply --check ~/0001-patch-to-compile-on-amd64-with-gcc4.4.patch
git am < ~/0001-patch-to-compile-on-amd64-with-gcc4.4.patch