~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to debian/scripts/vars.build

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-01-17 21:47:56 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050117214756-pi1l36nvzla0ojzr
Tags: 1.2.7+1.2.8cvs20041007-3ubuntu4
Apply patch from Debian BTS which makes libsdl1.2 build on amd64
again.  (ubuntu: #5031)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
sed_cmd=''
4
 
cat $1 | while read; do
 
4
cat $1 | while read REPLY; do
5
5
        case "$REPLY" in
6
6
                \#*|"") continue;;
7
7
                *)