summaryrefslogtreecommitdiff
path: root/www/netsurf/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-11-21 11:39:37 +0000
committerobache <obache@pkgsrc.org>2013-11-21 11:39:37 +0000
commite9f3f61f251bf8196d62dfb179382d0d185c56b0 (patch)
treec6f2edd58130055a87044111922b20e0739b8204 /www/netsurf/patches
parent036c236c2acab21828fe09b1f4e419a10f4657a4 (diff)
downloadpkgsrc-e9f3f61f251bf8196d62dfb179382d0d185c56b0.tar.gz
openssl.pc is provided by pkgsrc if required now.
Diffstat (limited to 'www/netsurf/patches')
-rw-r--r--www/netsurf/patches/patch-Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/netsurf/patches/patch-Makefile b/www/netsurf/patches/patch-Makefile
deleted file mode 100644
index 583a5bb5325..00000000000
--- a/www/netsurf/patches/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$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)