summaryrefslogtreecommitdiff
path: root/net/3proxy/files
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2009-03-23 15:20:40 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2009-03-23 15:20:40 +0000
commit591a5b4beacfcca18922f5b25bf0316e33068d8c (patch)
tree9671331e1d53123ea37196d0cb1f44b68f3dae80 /net/3proxy/files
parent- Update zabbix entry is now secure (diff)
Update from 0.5.3k to 0.6.
Notes
Notes: svn path=/head/; revision=230752
Diffstat (limited to 'net/3proxy/files')
-rw-r--r--net/3proxy/files/patch-Makefile.unix16
1 files changed, 11 insertions, 5 deletions
diff --git a/net/3proxy/files/patch-Makefile.unix b/net/3proxy/files/patch-Makefile.unix
index c5ff5f9c2b96..70d9c7f2c8e4 100644
--- a/net/3proxy/files/patch-Makefile.unix
+++ b/net/3proxy/files/patch-Makefile.unix
@@ -1,9 +1,9 @@
---- Makefile.unix.orig Mon May 30 11:14:05 2005
-+++ Makefile.unix Mon May 30 11:15:25 2005
-@@ -6,13 +6,13 @@
- # libraries
-
+--- Makefile.unix.orig 2007-04-10 20:29:25.000000000 +0400
++++ Makefile.unix 2009-03-23 13:53:24.000000000 +0300
+@@ -9,18 +9,18 @@
+ # library support. Add -DSAFESQL for poorely written ODBC library / drivers.
+ BUILDDIR =
-CC = gcc
+CC ?= gcc
@@ -16,5 +16,11 @@
+LN ?= ${CC}
+LDFLAGS = -Wall ${PTHREAD_LIBS}
# -lpthreads may be reuqired on some platforms instead of -pthreads
+ # -ldl or -lld may be required for some platforms
+ DCFLAGS = -fpic
+ DLFLAGS = -shared
+-DLSUFFICS = .ld.so
++DLSUFFICS = .so
LIBS =
LNOUT = -o
+ EXESUFFICS =