a0428f02f6
Take over MAINTAINER-ship (discussed with ckuethe, old MAINTAINER) Remove patches that were included upstream. ok wcmaier@, ckuethe@, sturm@
13 lines
679 B
Plaintext
13 lines
679 B
Plaintext
$OpenBSD: patch-GNUmakefile_in,v 1.4 2008/04/04 02:21:29 merdely Exp $
|
|
--- GNUmakefile.in.orig Wed Apr 2 15:27:11 2008
|
|
+++ GNUmakefile.in Wed Apr 2 15:27:48 2008
|
|
@@ -226,7 +226,7 @@ PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
|
|
SRCS = $(C_SRC) $(W32_SRC) $(PCRS_SRC) $(PCRE_SRC) $(REGEX_SRC)
|
|
OBJS = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
|
|
HDRS = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
|
|
-LIBS = @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
|
|
+LIBS = @LDFLAGS@ @LIBS@ $(W32_LIB) $(SOCKET_LIB) $(PTHREAD_LIB)
|
|
|
|
|
|
#############################################################################
|