You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
18 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../jack/no-examples-clients.patch.disabled
|
||
|
# Copyright (C) 2006 The OpenSDE Project
|
||
|
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
For some reason we do not want the example jack clients - altough right now
|
||
|
I forget why :-(
|
||
|
|
||
|
- Rene Rebe <rene@exactcode.de>
|
||
|
|
||
|
--- jack-audio-connection-kit-0.99.0/Makefile.in.orig 2004-09-19 16:21:17.000000000 +0200
|
||
|
+++ jack-audio-connection-kit-0.99.0/Makefile.in 2004-12-08 10:22:44.475392632 +0100
|
||
|
@@ -226,7 +226,7 @@
|
||
|
|
||
|
@HAVE_DOXYGEN_FALSE@DOC_DIR =
|
||
|
@HAVE_DOXYGEN_TRUE@DOC_DIR = doc
|
||
|
-SUBDIRS = config jack libjack jackd drivers example-clients $(DOC_DIR)
|
||
|
+SUBDIRS = config jack libjack jackd drivers $(DOC_DIR)
|
||
|
DIST_SUBDIRS = config jack libjack jackd drivers example-clients doc
|
||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = jack.pc
|