projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Actually committing the file that fixed the int to size_t for the lexer warning.
[cycript.git]
/
FreeBSD.mk
diff --git
a/FreeBSD.mk
b/FreeBSD.mk
index c8b2607ed9d91be6d8db89a9b023b366044cd6cd..35ab90be2406ff1ec07eb9dc7d77b50ceb968dc3 100644
(file)
--- a/
FreeBSD.mk
+++ b/
FreeBSD.mk
@@
-1,3
+1,4
@@
export PATH := /usr/local/bin:/usr/local/GNUstep/System/Tools:$(PATH)
gcc := g++42
export PATH := /usr/local/bin:/usr/local/GNUstep/System/Tools:$(PATH)
gcc := g++42
-include PkgConfig.mk
+flags += -fPIC
+include WebKit.mk