mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
40 lines
680 B
Plaintext
40 lines
680 B
Plaintext
$NetBSD: patch-ipc_chromium_Makefile.in,v 1.1.1.1 2012/03/15 08:58:28 ryoon Exp $
|
|
|
|
--- ipc/chromium/Makefile.in.orig 2012-03-09 22:20:16.000000000 +0000
|
|
+++ ipc/chromium/Makefile.in
|
|
@@ -278,6 +278,34 @@ endif
|
|
|
|
endif # } OS_LINUX
|
|
|
|
+ifdef OS_BSD # {
|
|
+
|
|
+CPPSRCS += \
|
|
+ atomicops_internals_x86_gcc.cc \
|
|
+ file_util_bsd.cc \
|
|
+ process_util_bsd.cc \
|
|
+ time_posix.cc \
|
|
+ $(NULL)
|
|
+
|
|
+ifdef MOZ_ENABLE_GTK2
|
|
+CPPSRCS += \
|
|
+ message_pump_glib.cc \
|
|
+ $(NULL)
|
|
+endif
|
|
+
|
|
+ifdef MOZ_ENABLE_QT
|
|
+MOCSRCS = \
|
|
+ moc_message_pump_qt.cc \
|
|
+ $(NULL)
|
|
+
|
|
+CPPSRCS += \
|
|
+ $(MOCSRCS) \
|
|
+ message_pump_qt.cc \
|
|
+ $(NULL)
|
|
+endif
|
|
+
|
|
+endif # } OS_BSD
|
|
+
|
|
# libevent
|
|
|
|
ifndef MOZ_NATIVE_LIBEVENT # {
|