diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 16:47:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 16:47:44 +0000 |
commit | e63c38585c8245c75c5ef3e7957bbcbf5884f354 (patch) | |
tree | b68e1a98e3066e0715f76acc6dc5efeefaa8ed36 /emulators/vice/patches | |
parent | 58cd88b7158782fa41fc91f81864c68f2e2a0428 (diff) | |
download | pkgsrc-e63c38585c8245c75c5ef3e7957bbcbf5884f354.tar.gz |
* Welcome to the brave new world of gettext-0.14.5 -- if a source file
includes <libintl.h>, then we must ensure that the resulting object
is linked against -lintl. This ensures that the correct *printf()
functions are used across all platforms.
* List the info files directly in the PLIST.
* Leave the HTML documentation where it is originally installed so that
it references image files correctly.
Bump the PKGREVISION to 3.
Diffstat (limited to 'emulators/vice/patches')
-rw-r--r-- | emulators/vice/patches/patch-ae | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/emulators/vice/patches/patch-ae b/emulators/vice/patches/patch-ae index 15065105741..f664d227eaf 100644 --- a/emulators/vice/patches/patch-ae +++ b/emulators/vice/patches/patch-ae @@ -1,13 +1,20 @@ -$NetBSD: patch-ae,v 1.6 2005/12/11 22:46:50 dillo Exp $ +$NetBSD: patch-ae,v 1.7 2006/03/31 16:47:45 jlam Exp $ ---- src/Makefile.in.orig 2005-11-20 20:43:07.000000000 +0100 +--- src/Makefile.in.orig 2005-11-20 14:43:07.000000000 -0500 +++ src/Makefile.in -@@ -18,7 +18,7 @@ srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(datadir)/@PACKAGE@ - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = .. +@@ -715,6 +715,7 @@ c1541_LDADD = \ + $(diskimage_lib) \ + $(tape_lib) \ + $(serial_lib) \ ++ @INTLLIBS@ \ + @READLINE@ \ + @VICE_ZLIB@ +@@ -737,6 +738,7 @@ petcat_SOURCES = \ + petcat_LDADD = \ + @ARCH_DIR@/archdep.o \ + $(fileio_lib) \ ++ @INTLLIBS@ + @VICE_ZLIB@ + + subdir = src |