03dfdc6123
- see http://www.seamonkey-project.org/releases/seamonkey2.13/ for details - remove patch-mozilla_build_unix_mozilla_in, useless since bin/seamonkey is not a script anymore since a while - remove patch-mozilla_build_unix_run-mozilla_sh, seamonkey can be directly debugged in gdb now. update README accordingly - fix plugin path in README
30 lines
665 B
Plaintext
30 lines
665 B
Plaintext
$OpenBSD: patch-mozilla_toolkit_library_Makefile_in,v 1.12 2012/10/10 21:03:40 landry Exp $
|
|
--- mozilla/toolkit/library/Makefile.in.orig Fri Aug 31 07:56:39 2012
|
|
+++ mozilla/toolkit/library/Makefile.in Sun Sep 2 12:45:42 2012
|
|
@@ -455,6 +455,12 @@ OS_LIBS += \
|
|
$(NULL)
|
|
endif
|
|
|
|
+ifeq ($(OS_ARCH),OpenBSD)
|
|
+ifdef MOZ_SYDNEYAUDIO
|
|
+EXTRA_DSO_LDOPTS += -lsndio
|
|
+endif
|
|
+endif
|
|
+
|
|
ifeq ($(OS_ARCH),Darwin)
|
|
ifdef MOZ_SYDNEYAUDIO
|
|
OS_LIBS += \
|
|
@@ -467,12 +473,6 @@ OS_LIBS += \
|
|
-framework AppKit \
|
|
-framework Security \
|
|
$(NULL)
|
|
-endif
|
|
-endif
|
|
-
|
|
-ifneq (,$(filter NetBSD OpenBSD,$(OS_ARCH)))
|
|
-ifdef MOZ_SYDNEYAUDIO
|
|
-EXTRA_DSO_LDOPTS += -lossaudio
|
|
endif
|
|
endif
|
|
|