pkgsrc/www/netsurf/patches/patch-Makefile
joerg 9f48fcec8a Import netsurf-1.2 from pkgsrc-wip:
Small as a mouse, fast as a cheetah and available for free.
NetSurf is a web browser for RISC OS and UNIX-like platforms.

Whether you want to check your webmail, read the news or post to
discussion forums, NetSurf is your lightweight gateway to the
world wide web.  Actively developed, NetSurf is continually evolving
and improving.
2008-06-23 15:05:09 +00:00

15 lines
491 B
Text

$NetBSD: patch-Makefile,v 1.1.1.1 2008/06/23 15:05:09 joerg Exp $
--- Makefile.orig 2008-03-22 02:23:53.000000000 +0100
+++ Makefile
@@ -94,8 +94,8 @@ endif
ifeq ($(HOST),riscos)
LDFLAGS := -lxml2 -lz -lm -lcurl -lssl -lcrypto -lmng -ljpeg
else
-LDFLAGS := $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
-LDFLAGS += -lz -lm -lmng -ljpeg
+LDFLAGS := $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl)
+LDFLAGS += -lz -lm -lmng -ljpeg -lssl -lcrypto
endif
ifeq ($(TARGET),gtk)