openbsd-ports/www/xmhtml/patches/patch-book_Makefile

13 lines
421 B
Plaintext
Raw Normal View History

$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