diff options
Diffstat (limited to 'guix/jd/packages/patches')
| -rwxr-xr-x | guix/jd/packages/patches/nm-pptp-autogen.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/guix/jd/packages/patches/nm-pptp-autogen.patch b/guix/jd/packages/patches/nm-pptp-autogen.patch deleted file mode 100755 index ef5c731..0000000 --- a/guix/jd/packages/patches/nm-pptp-autogen.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | diff --git a/autogen.sh b/autogen.sh | ||
| 2 | index 4ed20c6..34834a6 100755 | ||
| 3 | --- a/autogen.sh | ||
| 4 | +++ b/autogen.sh | ||
| 5 | @@ -13,8 +13,6 @@ PKG_NAME=NetworkManager-pptp | ||
| 6 | exit 1 | ||
| 7 | } | ||
| 8 | |||
| 9 | -(cd $srcdir; | ||
| 10 | - autoreconf --install --symlink && | ||
| 11 | - ./configure --enable-maintainer-mode --enable-more-warnings=error $@ | ||
| 12 | -) | ||
| 13 | +cd $srcdir | ||
| 14 | +autoreconf --install --symlink | ||
| 15 | |||
