openbsd-ports/www/xmhtml/patches/patch-book_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

13 lines
421 B
Plaintext

$OpenBSD: patch-book_Makefile,v 1.1.1.1 2001/07/13 17:50:45 pvalchev Exp $
--- book/Makefile.orig Thu Feb 4 01:43:27 1999
+++ book/Makefile Sat Jun 30 23:39:51 2001
@@ -12,7 +12,7 @@ EXAMPLES=simple_html simple_html2 autosi
# The library
XMHTMLINC= -I../lib
-XMHTMLLIB= -L../lib -lXmHTML
+XMHTMLLIB= ../lib/libXmHTML.la
LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB)
# rule to create .o files from .c files