mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
cuda-rarcrypt: helps when I at least commit all the patches doesn't it?
This commit is contained in:
parent
fbf1704e2d
commit
864c7d03a2
1 changed files with 12 additions and 0 deletions
12
app-crypt/cuda-rarcrypt/files/makefile-fixes.patch
Normal file
12
app-crypt/cuda-rarcrypt/files/makefile-fixes.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur cuda-rarcrypt.orig/Makefile cuda-rarcrypt/Makefile
|
||||
--- cuda-rarcrypt.orig/Makefile 2009-04-28 12:50:15.000000000 +0000
|
||||
+++ cuda-rarcrypt/Makefile 2009-06-04 20:01:55.000000000 +0000
|
||||
@@ -1,5 +1,6 @@
|
||||
# Add source files here
|
||||
-EXECUTABLE := rarcrypt
|
||||
+ROOTBINDIR :=./bin
|
||||
+EXECUTABLE := cuda-rarcrypt
|
||||
|
||||
# CUDA source files (compiled with cudacc)
|
||||
CUFILES := rarcrypt.cu
|
||||
|
||||
Loading…
Reference in a new issue