diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
commit | e541bd8eee32a447faddbda35d0692954bc51ffe (patch) | |
tree | a96ad5709c3d7380fa3387a9c14162ab9bb10b82 /devel/yasm/files | |
parent | Update to 0.3. (diff) |
add yasm 0.2.1
A complete rewrite of the NASM assembler
Notes
Notes:
svn path=/head/; revision=78492
Diffstat (limited to 'devel/yasm/files')
-rw-r--r-- | devel/yasm/files/patch-ltmain.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/yasm/files/patch-ltmain.sh b/devel/yasm/files/patch-ltmain.sh new file mode 100644 index 000000000000..f2a4a45d2345 --- /dev/null +++ b/devel/yasm/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Mon Apr 7 13:08:30 2003 ++++ config/ltmain.sh Mon Apr 7 13:08:44 2003 +@@ -5288,10 +5288,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |