openbsd-ports/www/xmhtml/patches/patch-http_Makefile
pvalchev 2714393715 Import of xmhtml-1.1.7
XmHTML is a high performance Motif Widget capable of displaying
HTML 3.2 conforming text.

WWW: http://www.xs4all.nl/~ripley/XmHTML

MAINTAINER=	Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-07-13 17:50:44 +00:00

25 lines
597 B
Plaintext

$OpenBSD: patch-http_Makefile,v 1.1.1.1 2001/07/13 17:50:45 pvalchev Exp $
--- http/Makefile.orig Thu Feb 4 01:43:27 1999
+++ http/Makefile Sat Jun 30 23:38:06 2001
@@ -2,7 +2,7 @@
# lint configuration. I use lclint.
#
-LIBRARY=libhttp.a
+LIBRARY=libhttp.la
# List of source, object and header files
SRCS=HTTP.c cookie.c
@@ -27,9 +27,8 @@ all: $(TARGET)
# targets to build
$(TARGET):: $(OBJS)
- $(RM) $@ \
- $(AR) $@ $(OBJS)
- $(RANLIB) $@
+ $(RM) $@
+ $(CC) -o $@ $(OBJS:.o=.lo) -rpath ${PREFIX}/lib -version-info 0:2
stamp-includes:
@if [ -d ../include ]; then set +x; \