diff options
Diffstat (limited to 'sci-chemistry/ccp4/files/make-mosflm-index-libdir.patch')
-rw-r--r-- | sci-chemistry/ccp4/files/make-mosflm-index-libdir.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-chemistry/ccp4/files/make-mosflm-index-libdir.patch b/sci-chemistry/ccp4/files/make-mosflm-index-libdir.patch new file mode 100644 index 000000000000..97607b689672 --- /dev/null +++ b/sci-chemistry/ccp4/files/make-mosflm-index-libdir.patch @@ -0,0 +1,10 @@ +--- ccp4-5.99.5.orig/x-windows/Mosflm/index/Makefile.in 2006-01-05 23:15:09.000000000 -0800 ++++ ccp4-5.99.5/x-windows/Mosflm/index/Makefile.in 2006-01-05 23:15:30.000000000 -0800 +@@ -76,6 +76,7 @@ + + # local version of libdps_index.a + ${LIB}/dps_index.a: ${IOBJS} ${HOBJS} ++ mkdir -p ${LIB} + ar ru ${LIB}/dps_index.a ${IOBJS} ${HOBJS} + + ${LIB}/libpeak.a: |