summaryrefslogtreecommitdiff
path: root/net/pppd/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/pppd/patches/patch-ae')
-rw-r--r--net/pppd/patches/patch-ae25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/pppd/patches/patch-ae b/net/pppd/patches/patch-ae
new file mode 100644
index 00000000000..418b29ec9e8
--- /dev/null
+++ b/net/pppd/patches/patch-ae
@@ -0,0 +1,25 @@
+$NetBSD: patch-ae,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $
+
+--- configure.orig 2004-11-06 12:36:54.000000000 +0100
++++ configure
+@@ -3,6 +3,6 @@
+
+ # Where to install stuff by default
+-DESTDIR=/usr/local
+-SYSCONF=/etc
++DESTDIR=${PREFIX}
++SYSCONF=${PKGSYSCONFDIR}
+
+ # if [ -d /NextApps ]; then
+@@ -51,5 +51,10 @@ case $system in
+ echo "C compiler not found; hoping for the best."
+ fi;;
+- NetBSD|FreeBSD|ULTRIX|OSF1|NeXTStep|SINIX-?|UNIX_SV|UNIX_System_V)
++ NetBSD)
++ case $release in
++ [01].*) state="notincluded";;
++ *) state="known"; ksrc="netbsd"; makext="netbsd";;
++ esac;;
++ FreeBSD|ULTRIX|OSF1|NeXTStep|SINIX-?|UNIX_SV|UNIX_System_V)
+ state="notincluded";;
+ # NetBSD)