[BACK]Return to patch-buildtools_wafadmin_Build_py CVS log [TXT][DIR] Up to [local] / ports / net / samba4 / patches

Annotation of ports/net/samba4/patches/patch-buildtools_wafadmin_Build_py, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- buildtools/wafadmin/Build.py.orig  Mon Jan 14 08:42:06 2013
        !             3: +++ buildtools/wafadmin/Build.py       Mon Jan 14 08:44:03 2013
        !             4: @@ -940,6 +940,10 @@ class BuildContext(Utils.Context):
        !             5:                        # well, this *cannot* work
        !             6:                        return
        !             7:
        !             8: +              if sys.platform.startswith("openbsd"):
        !             9: +                      # no need for symlinks
        !            10: +                      return
        !            11: +
        !            12:                if not path:
        !            13:                        raise Utils.WafError("where do you want to install %r? (%r?)" % (src, path))
        !            14:

CVSweb