- Fix Config Path
PR: ports/105603 Submitted by: Rob.Evers@flappie.debank.tv Approved by: Maintainer
This commit is contained in:
parent
6c6f715a69
commit
323cc80169
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177383
4 changed files with 44 additions and 8 deletions
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Nov 8 15:14:56 2006
|
||||
+++ configure Wed Nov 8 15:16:36 2006
|
||||
--- configure.orig Sat Oct 28 17:40:18 2006
|
||||
+++ configure Thu Nov 16 10:45:49 2006
|
||||
@@ -341,7 +341,7 @@
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
datadir='${prefix}/share'
|
||||
-sysconfdir='${prefix}/etc'
|
||||
+sysconfdir='${prefix}/etc/syslog-ng'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
libdir='${exec_prefix}/lib'
|
||||
@@ -3426,7 +3426,7 @@
|
||||
echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
|
||||
ldversion=`ld -V 2>&1 | head -1`
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Nov 8 15:14:56 2006
|
||||
+++ configure Wed Nov 8 15:16:36 2006
|
||||
--- configure.orig Sat Oct 28 17:40:18 2006
|
||||
+++ configure Thu Nov 16 10:45:49 2006
|
||||
@@ -341,7 +341,7 @@
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
datadir='${prefix}/share'
|
||||
-sysconfdir='${prefix}/etc'
|
||||
+sysconfdir='${prefix}/etc/syslog-ng'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
libdir='${exec_prefix}/lib'
|
||||
@@ -3426,7 +3426,7 @@
|
||||
echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
|
||||
ldversion=`ld -V 2>&1 | head -1`
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Nov 8 15:14:56 2006
|
||||
+++ configure Wed Nov 8 15:16:36 2006
|
||||
--- configure.orig Sat Oct 28 17:40:18 2006
|
||||
+++ configure Thu Nov 16 10:45:49 2006
|
||||
@@ -341,7 +341,7 @@
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
datadir='${prefix}/share'
|
||||
-sysconfdir='${prefix}/etc'
|
||||
+sysconfdir='${prefix}/etc/syslog-ng'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
libdir='${exec_prefix}/lib'
|
||||
@@ -3426,7 +3426,7 @@
|
||||
echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
|
||||
ldversion=`ld -V 2>&1 | head -1`
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Nov 8 15:14:56 2006
|
||||
+++ configure Wed Nov 8 15:16:36 2006
|
||||
--- configure.orig Sat Oct 28 17:40:18 2006
|
||||
+++ configure Thu Nov 16 10:45:49 2006
|
||||
@@ -341,7 +341,7 @@
|
||||
sbindir='${exec_prefix}/sbin'
|
||||
libexecdir='${exec_prefix}/libexec'
|
||||
datadir='${prefix}/share'
|
||||
-sysconfdir='${prefix}/etc'
|
||||
+sysconfdir='${prefix}/etc/syslog-ng'
|
||||
sharedstatedir='${prefix}/com'
|
||||
localstatedir='${prefix}/var'
|
||||
libdir='${exec_prefix}/lib'
|
||||
@@ -3426,7 +3426,7 @@
|
||||
echo $ECHO_N "checking how to enable static linking for certain libraries... $ECHO_C" >&6
|
||||
ldversion=`ld -V 2>&1 | head -1`
|
||||
|
|
Loading…
Reference in a new issue