diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
commit | 6b3986914a3155d162d7d2ddfcd936c38e3d1c7c (patch) | |
tree | 4a2f6db6267bfa2492846f519b422ef559409b6e /net/libproxy/files/patch-src_bin_Makefile.in | |
parent | Remove ../ from patch. (diff) |
Add libproxy, a library that provides automatic proxy configuration management.
Plug-ins are available for GNOME, KDE, Mozilla, and WebKit.
WWW: http://code.google.com/p/libproxy/
Notes
Notes:
svn path=/head/; revision=229131
Diffstat (limited to 'net/libproxy/files/patch-src_bin_Makefile.in')
-rw-r--r-- | net/libproxy/files/patch-src_bin_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libproxy/files/patch-src_bin_Makefile.in b/net/libproxy/files/patch-src_bin_Makefile.in new file mode 100644 index 000000000000..3cf5ea2e84ff --- /dev/null +++ b/net/libproxy/files/patch-src_bin_Makefile.in @@ -0,0 +1,11 @@ +--- src/bin/Makefile.in.orig 2009-02-26 23:50:56.000000000 -0500 ++++ src/bin/Makefile.in 2009-02-26 23:51:00.000000000 -0500 +@@ -210,7 +210,7 @@ xmu_LIBS = @xmu_LIBS@ + # Command line interface to libproxy + proxy_SOURCES = proxy.c + proxy_CFLAGS = -I$(top_srcdir)/src/lib +-proxy_LDFLAGS = -ldl ++proxy_LDFLAGS = + proxy_LDADD = ../lib/libproxy.la + all: all-am + |