diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-10 17:04:42 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-10 17:04:42 +0000 |
commit | 21c98169601e436505a31f7fe2ffd00aacb263d3 (patch) | |
tree | 54ab636c67d9156bc678551076faf1dae37cd3c1 /emulators/qemu-devel/files/patch-fbsd | |
parent | - Add run dependencies on streamdvd, transcode, dvdauthor, dvd+rw-tools (diff) |
Update to 0.7.2s.20050909.
PR: ports/85947
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=142364
Diffstat (limited to 'emulators/qemu-devel/files/patch-fbsd')
-rw-r--r-- | emulators/qemu-devel/files/patch-fbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/files/patch-fbsd b/emulators/qemu-devel/files/patch-fbsd index 76e950045de7..a668fdea52c3 100644 --- a/emulators/qemu-devel/files/patch-fbsd +++ b/emulators/qemu-devel/files/patch-fbsd @@ -13,7 +13,7 @@ Index: qemu/Makefile $(MAKE) -C kqemu -f Makefile.winnt else - $(MAKE) -C kqemu -+ cd kqemu && $(BSD_MAKE) ++ ( cd kqemu && $(BSD_MAKE) ) endif endif |