diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2011-05-03 05:23:55 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2011-05-03 05:23:55 +0000 |
commit | ef229aac657facd4e4f6fc100bdabd392ee3af00 (patch) | |
tree | 32716ff81c299a2f7c0b2f6a10c98555bc75e3f5 /sci-libs/libbufr/files | |
parent | version bump for baselayout-2 and openrc support (diff) | |
download | gentoo-2-ef229aac657facd4e4f6fc100bdabd392ee3af00.tar.gz gentoo-2-ef229aac657facd4e4f6fc100bdabd392ee3af00.tar.bz2 gentoo-2-ef229aac657facd4e4f6fc100bdabd392ee3af00.zip |
Updated to newer upstream version, including tests.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libbufr/files')
-rw-r--r-- | sci-libs/libbufr/files/libbufr-makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/libbufr/files/libbufr-makefile.patch b/sci-libs/libbufr/files/libbufr-makefile.patch new file mode 100644 index 000000000000..bc6196245ee0 --- /dev/null +++ b/sci-libs/libbufr/files/libbufr-makefile.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2011-03-16 22:05:18.000000000 -0700 ++++ Makefile 2011-03-16 22:05:40.000000000 -0700 +@@ -10,7 +10,7 @@ + ( echo "*************************"; \ + echo "*** Make in $$name "; \ + echo "*************************"; \ +- cd $$name ; make LIB=bufr ; ) done ++ $(MAKE) -C $$name LIB=bufr ; ) done + + clean : + @for name in $(SUBDIRS); do\ |