summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng-devel/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-22 16:30:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-22 16:30:16 +0000
commit8881bc0e14d04654536a1aa9594ed5a93e125760 (patch)
tree0569e761f99e96fb72202263e4e93307028c24ba /sysutils/syslog-ng-devel/files/patch-configure
parentUpdate to new stable release 34g01 (diff)
- Update to 2.0.2
PR: ports/110396 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer) - Fix rc script: require ldconfig PR: ports/110647 Submitted by: Marcus Reid <marcus@blazingdot.com> - Modernize pkg-message handling
Notes
Notes: svn path=/head/; revision=188035
Diffstat (limited to 'sysutils/syslog-ng-devel/files/patch-configure')
-rw-r--r--sysutils/syslog-ng-devel/files/patch-configure32
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/syslog-ng-devel/files/patch-configure b/sysutils/syslog-ng-devel/files/patch-configure
deleted file mode 100644
index 20143c0f60e7..000000000000
--- a/sysutils/syslog-ng-devel/files/patch-configure
+++ /dev/null
@@ -1,32 +0,0 @@
---- 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`
- ostype=`uname -s`
--if echo $ldversion | egrep "GNU|Solaris" > /dev/null; then
-+if echo $ldversion | egrep "Solaris" > /dev/null; then
- LD_START_STATIC="-Wl,-Bstatic"
- LD_END_STATIC="-Wl,-Bdynamic"
- echo "$as_me:$LINENO: result: GNU or Solaris" >&5
-@@ -3441,6 +3441,11 @@
- LD_END_STATIC="-Wl,-bdynamic"
- echo "$as_me:$LINENO: result: AIX" >&5
- echo "${ECHO_T}AIX" >&6
-+elif test "$ostype" = "FreeBSD"; then
-+ LD_START_STATIC=""
-+ LD_END_STATIC=""
-+ echo "$as_me:$LINENO: result: FreeBSD" >&5
-+echo "${ECHO_T}FreeBSD" >&6
- else
- LD_START_STATIC=""
- LD_END_STATIC=""