freebsd-ports/x11-toolkits/xmhtml/files/patch-ab

15 lines
461 B
Text

--- examples/Makefile.orig Wed Feb 3 19:43:27 1999
+++ examples/Makefile Tue Nov 2 01:39:14 1999
@@ -11,10 +11,10 @@
EXAMPLES=example_1 example_2 example_4
# The XmHTML library
-XMHTMLLIB = -L../lib -lXmHTML
+XMHTMLLIB = ../lib/libXmHTML.la
# Richard Offer's http client-side library
-HTTPLIB = -L../http -lhttp
+HTTPLIB = ../http/libhttp.la
# Libraries against which all examples are linked
LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB)