projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
alternative shortcuts; cd cinelerra-5.1; patch -p1 -i alt_shortcuts.patch
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
thirdparty
/
src
/
libbthread-master.patch1
1
--- /dev/null 2021-05-22 06:52:04.572000000 +0300
2
+++ libbthread-master/Makefile 2021-05-23 15:06:41.348461769 +0300
3
@@ -0,0 +1,6 @@
4
+all:
5
+ mv pt-test.c pt-test
6
+ cat `ls *.c` > just-pt.c
7
+ g++ -c -o jpt.o just-pt.c -I.
8
+ ar crs jpt.a jpt.o
9
+