X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=pkgsrc-ardour.git;a=blobdiff_plain;f=patches%2Fpatch-ai;h=1b61c62937547127ac9184a362b4ba955241a124;hp=383651ad152db428593f565c1cfa7b809b1e120c;hb=ea81097095dc095eefafea9a3a3856ddf6330ba0;hpb=d92e5b4359101afcee691131fb688287c21b1f0f diff --git a/patches/patch-ai b/patches/patch-ai index 383651a..1b61c62 100644 --- a/patches/patch-ai +++ b/patches/patch-ai @@ -2,12 +2,21 @@ $NetBSD$ --- SConstruct.orig 2010-01-23 17:12:22.000000000 +0000 +++ SConstruct +@@ -39,7 +39,7 @@ opts.AddOptions( + BoolOption('OLDFONTS', 'Old school font sizes', 0), + BoolOption('DEBUG', 'Set to build with debugging information and no optimizations', 0), + BoolOption('STL_DEBUG', 'Set to build with Standard Template Library Debugging', 0), +- PathOption('DESTDIR', 'Set the intermediate install "prefix"', '/'), ++ PathOption('DESTDIR', 'Set the intermediate install "prefix"', '/', PathOption.PathAccept), + EnumOption('DIST_TARGET', 'Build target for cross compiling packagers', 'auto', allowed_values=('auto', 'i386', 'i686', 'x86_64', 'powerpc', 'tiger', 'panther', 'leopard', 'none' ), ignorecase=2), + BoolOption('DMALLOC', 'Compile and link using the dmalloc library', 0), + BoolOption('EXTRA_WARN', 'Compile with -Wextra, -ansi, and -pedantic. Might break compilation. For pedants', 0), @@ -49,6 +49,8 @@ opts.AddOptions( BoolOption('LIBLO', 'Compile with support for liblo library', 1), BoolOption('NLS', 'Set to turn on i18n support', 1), PathOption('PREFIX', 'Set the install "prefix"', '/usr/local'), -+ PathOption('SYSCONFDIR', '(where to find config files)', None), -+ PathOption('SYSCONFEXDIR', '(where to install example config files)', None), ++ PathOption('SYSCONFDIR', '(where to find config files)', None, PathOption.PathAccept), ++ PathOption('SYSCONFEXDIR', '(where to install example config files)', None, PathOption.PathAccept), BoolOption('SURFACES', 'Build support for control surfaces', 1), BoolOption('WIIMOTE', 'Build the wiimote control surface', 0), ('DIST_LIBDIR', 'Explicitly set library dir. If not set, Fedora-style defaults are used (typically lib or lib64)', ''),