diff options
author | Juergen Lock <nox@FreeBSD.org> | 2010-02-08 22:19:29 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2010-02-08 22:19:29 +0000 |
commit | 2a658a958c02a177bc9c916816796d0d30ba85dd (patch) | |
tree | 006e5d12ec6bc756d9822b7c4dbbfc520c7162f7 /emulators/qemu-devel/files/revert-fbsd-libmath-patch | |
parent | This is a separate DBIx::Class model class for HTML::FormHandler (diff) |
- Welcome emulators/qemu-devel ppc host support! :) [1]
- Attempt to make the pkg-message.s a little more readable. [2]
- Bump PORTREVISIONs.
Submitted by: Andreas Tobler <andreast@fgznet.ch> [1]
Submitted by: wkoszek [2] (with modifications)
Notes
Notes:
svn path=/head/; revision=249464
Diffstat (limited to 'emulators/qemu-devel/files/revert-fbsd-libmath-patch')
-rw-r--r-- | emulators/qemu-devel/files/revert-fbsd-libmath-patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/revert-fbsd-libmath-patch b/emulators/qemu-devel/files/revert-fbsd-libmath-patch new file mode 100644 index 000000000000..d7adf8ddc743 --- /dev/null +++ b/emulators/qemu-devel/files/revert-fbsd-libmath-patch @@ -0,0 +1,14 @@ +--- Makefile.orig 2010-02-06 20:59:24.000000000 +0100 ++++ Makefile 2010-02-06 21:00:17.000000000 +0100 +@@ -62,10 +62,7 @@ + + -include config-all-devices.mak + +-build-all: $(DOCS) $(TOOLS) bsd/libmath.a recurse-all +- +-bsd/libmath.a: +- ( cd bsd ; unset MAKEFLAGS ; $(BSD_MAKE) CC=$(CC) ) ++build-all: $(DOCS) $(TOOLS) recurse-all + + config-host.h: config-host.h-timestamp + config-host.h-timestamp: config-host.mak |