mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
Plug-ins are available for GNOME, KDE, Mozilla, and WebKit. WWW: http://code.google.com/p/libproxy/
11 lines
359 B
Text
11 lines
359 B
Text
--- 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
|
|
|