Files
haikuports/dev-libs/botan/patches/botan-2.19.2.patchset
2022-11-13 08:56:05 +01:00

20 lines
424 B
Plaintext

From 36ed1edcafba861515a6d5bac1b00f3306f98671 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sun, 13 Nov 2022 08:42:34 +0100
Subject: botan, add configure.py patch for cmd:python3
diff --git a/configure.py b/configure.py
index 72e02c3..7208e3f 100755
--- a/configure.py
+++ b/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Configuration program for botan
--
2.37.3