From e14390858839d7fd56b579d6489ea7bc88a5e530 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Sun, 2 Jul 2023 15:36:22 +0200 Subject: Add GNU/Guix config files. --- guix/jd/packages/patches/nm-pptp-autogen.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 guix/jd/packages/patches/nm-pptp-autogen.patch (limited to 'guix/jd/packages/patches') diff --git a/guix/jd/packages/patches/nm-pptp-autogen.patch b/guix/jd/packages/patches/nm-pptp-autogen.patch new file mode 100755 index 0000000..ef5c731 --- /dev/null +++ b/guix/jd/packages/patches/nm-pptp-autogen.patch @@ -0,0 +1,15 @@ +diff --git a/autogen.sh b/autogen.sh +index 4ed20c6..34834a6 100755 +--- a/autogen.sh ++++ b/autogen.sh +@@ -13,8 +13,6 @@ PKG_NAME=NetworkManager-pptp + exit 1 + } + +-(cd $srcdir; +- autoreconf --install --symlink && +- ./configure --enable-maintainer-mode --enable-more-warnings=error $@ +-) ++cd $srcdir ++autoreconf --install --symlink + -- cgit v1.2.3