openbsd-ports/www/konqueror-embedded/patches/patch-konq-embed_src_Makefile_in
espie 601c270142 Update to a ways more recent snapshot, that uses QT3.
Hack at it to compile without kdelibs installed.

Quite a few nits to fix, including some bad issue with https...

discussed with brad@
2006-10-20 16:07:24 +00:00

13 lines
585 B
Plaintext

$OpenBSD: patch-konq-embed_src_Makefile_in,v 1.1 2006/10/20 16:07:24 espie Exp $
--- konq-embed/src/Makefile.in.orig Fri Oct 20 10:54:22 2006
+++ konq-embed/src/Makefile.in Fri Oct 20 10:58:39 2006
@@ -472,7 +472,7 @@ konqueror_LDADD = $(LIB_ADDONS) \
konqueror_LDFLAGS = $(KONQ_SSL_LDFLAGS) $(all_libraries) -export-dynamic
#>- konqueror_METASOURCES = AUTO
-konqueror_DEPENDENCIES = $(LIB_KJSHTML) $(LIB_KHTML) $(LIB_ADDONS)
+konqueror_DEPENDENCIES = $(LIB_KJSHTML_DEPENDS) $(LIB_KHTML) $(LIB_ADDONS)
BUILT_SOURCES = init.inc
icon_DATA = konqueror.png
icondir = $(kde_icondir)