pkgsrc/devel/libidn/patches/patch-ad
adam 3ece6dbe2b Changes 1.24:
* Libraries are re-licensed from LGPLv2+ to dual-GPLv2+|LGPLv3+.
* build: Fix parallel Windows builds.
* libidn: Fix potential infloop in pr29 code.
* libidn: Add 'const' keyword to 'stringprep_ucs4_nfkc_normalize' function.
* Sync glib NFKC code and improve copyright/license statements.
* Update gnulib files and translations.
* API and ABI is backwards compatible with the previous version.
2012-01-17 15:44:43 +00:00

13 lines
345 B
Text

$NetBSD: patch-ad,v 1.7 2012/01/17 15:44:43 adam Exp $
--- doc/Makefile.in.orig 2012-01-10 20:21:06.000000000 +0000
+++ doc/Makefile.in
@@ -1107,7 +1107,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE)
-copyright "2002-2012 Simon Josefsson" \
-verbatimcopying
-BUILT_SOURCES = Makefile.gdoc
+BUILT_SOURCES = # Makefile.gdoc
#
### idna.c