diff options
author | obache <obache@pkgsrc.org> | 2013-11-21 11:39:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-11-21 11:39:37 +0000 |
commit | e9f3f61f251bf8196d62dfb179382d0d185c56b0 (patch) | |
tree | c6f2edd58130055a87044111922b20e0739b8204 | |
parent | 036c236c2acab21828fe09b1f4e419a10f4657a4 (diff) | |
download | pkgsrc-e9f3f61f251bf8196d62dfb179382d0d185c56b0.tar.gz |
openssl.pc is provided by pkgsrc if required now.
-rw-r--r-- | www/netsurf/distinfo | 3 | ||||
-rw-r--r-- | www/netsurf/patches/patch-Makefile | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/www/netsurf/distinfo b/www/netsurf/distinfo index 7211abba921..e359787ca9d 100644 --- a/www/netsurf/distinfo +++ b/www/netsurf/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/23 15:05:09 joerg Exp $ +$NetBSD: distinfo,v 1.2 2013/11/21 11:39:37 obache Exp $ SHA1 (netsurf-1.2-src.tar.gz) = 705c721e24847501ede7d32766be28135e8f2cf9 RMD160 (netsurf-1.2-src.tar.gz) = 0e30e117517ee4833c378ec9e1e4b38e8bc69e5d Size (netsurf-1.2-src.tar.gz) = 1025947 bytes -SHA1 (patch-Makefile) = 0abcf2ca7346a30edbe03ba876febb28ef7e2c64 SHA1 (patch-netsurf) = 07dd275051923e64bddcb6936dda46b57eecdf7a 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) |