summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libbufr/files/libbufr-makefile.patch')
-rw-r--r--sci-libs/libbufr/files/libbufr-makefile.patch11
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\