]> gitweb @ CieloNegro.org - pkgsrc-ardour.git/blobdiff - patches/patch-ai
pkglint says 'looks fine' now.
[pkgsrc-ardour.git] / patches / patch-ai
index 383651ad152db428593f565c1cfa7b809b1e120c..1b61c62937547127ac9184a362b4ba955241a124 100644 (file)
@@ -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)', ''),