Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@67 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/simd/jdclrss2-64.asm b/simd/jdclrss2-64.asm
index c3c1b07..ea9d2ac 100644
--- a/simd/jdclrss2-64.asm
+++ b/simd/jdclrss2-64.asm
@@ -481,3 +481,7 @@
 	pop	rsp		; rsp <- original rbp
 	pop	rbp
 	ret
+
+; For some reason, the OS X linker does not honor the request to align the
+; segment unless we do this.
+	align	16