Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1314)

Unified Diff: core/SkPreConfig.h

Issue 8274009: define SK_BUILD_FOR_UNIX on OpenBSD too (Closed) Base URL: http://git.chromium.org/external/skia/include.git@master
Patch Set: fix the openbsd ifdef Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/SkPreConfig.h
diff --git a/core/SkPreConfig.h b/core/SkPreConfig.h
index 743ffcc49d4ceaea2ae5a0e6edf81d5825b3ad50..5d1ef91bfae0f64cb2b6f16c905072c5c10601d1 100644
--- a/core/SkPreConfig.h
+++ b/core/SkPreConfig.h
@@ -30,7 +30,7 @@
#define SK_BUILD_FOR_WIN32
#elif defined(__SYMBIAN32__)
#define SK_BUILD_FOR_WIN32
- #elif defined(linux)
+ #elif defined(linux) || defined(__OpenBSD__)
#define SK_BUILD_FOR_UNIX
#elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
#define SK_BUILD_FOR_IOS
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698