mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Mk/Uses/linux.mk changes: - Add support for architecture neutral (noarch) distfiles. - Add support for 64-bit only ports: set IGNORE on i386 and don't install 32-bit compat libraries on amd64. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D7886
11 lines
309 B
Text
11 lines
309 B
Text
--- etc/pulse/client.conf.orig 2016-02-03 11:05:51 UTC
|
|
+++ etc/pulse/client.conf
|
|
@@ -29,5 +29,7 @@
|
|
|
|
; cookie-file =
|
|
|
|
-; enable-shm = yes
|
|
+; SHM didn't seem to be supported through linuxulator at the time
|
|
+enable-shm = no
|
|
+
|
|
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
|