repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
wordgrinder
/
patches
/
fix-objdir.patch
blob
b4fa19a5ab18d610a5b93d1c7a712aa4d567cc97
1
--- Makefile.orig
2
+++ Makefile
3
@@ -11,7 +11,7 @@
4
DESTDIR ?=
5
6
# Where do the temporary files go?
7
-OBJDIR = /tmp/wg-build
8
+OBJDIR = wg-build
9
10
# The compiler used for the native build (curses, X11)
11
CC ?= cc