9037217dd0
- try libpthread - fallback to ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} Run the check only once, to avoid the second run overwriting the results of the first. Add DragonFly support. Fix errno.
16 lines
459 B
Text
16 lines
459 B
Text
$NetBSD: patch-ak,v 1.3 2006/01/20 03:51:25 joerg Exp $
|
|
|
|
--- kscd/libwm/include/wm_config.h.orig 2005-11-15 11:59:33.000000000 +0000
|
|
+++ kscd/libwm/include/wm_config.h
|
|
@@ -139,6 +139,11 @@
|
|
|
|
#endif /* freebsd */
|
|
|
|
+/* DragonFly */
|
|
+#if defined(__DragonFly__)
|
|
+#define DEFAULT_CD_DEVICE "/dev/acd0c"
|
|
+#endif
|
|
+
|
|
/******************************************************************
|
|
* NetBSD
|
|
******************************************************************
|