# HG changeset patch # User Sam Lantinga # Date 1279464934 25200 # Node ID d2517c0de52b693fab7b21259e532b2251970a14 # Parent 74b5387da0c4ebbd04118f916856ea2296aacae6 Debian patch: 012_nasm_include.diff diff -r 74b5387da0c4 -r d2517c0de52b build-scripts/makedep.sh --- a/build-scripts/makedep.sh Sun Jul 18 07:54:00 2010 -0700 +++ b/build-scripts/makedep.sh Sun Jul 18 07:55:34 2010 -0700 @@ -69,7 +69,7 @@ ;; asm) cat >>${output}.new <<__EOF__ - \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@ + \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@ __EOF__ ;;