freebsd-ports/www/thttpd-st/files/st-patch-Makefile.in
Edwin Groothuis 69390be30d [NEW PORT] www/thttpd-st: Tiny/turbo/throttling HTTP server
Tiny/turbo/throttling HTTP server with State Threads

PR:		ports/86601
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2005-11-22 13:29:07 +00:00

12 lines
315 B
Text

--- Makefile.in.orig0 Wed Sep 21 23:05:29 2005
+++ Makefile.in Wed Sep 21 23:05:44 2005
@@ -52,7 +52,7 @@
INCLS = -I.
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -L${prefix}/lib -L /usr/local/lib
-LIBS = @LIBS@
+LIBS = @LIBS@ -lst
NETLIBS = @V_NETLIBS@
INSTALL = @INSTALL@