- Convert to OptionsNG, respect NLS option - Add support for sqlite3 - Add license info - Respect CFLAGS during build - Update COMMENT, pkg-descr to describe actual state PR: ports/176402 Reported by: Aldis Berjoza <graudeejs@gmail.com>
10 lines
285 B
Text
10 lines
285 B
Text
--- ./po/Makefile.in.in.orig 2013-02-26 19:25:06.000000000 +0100
|
|
+++ ./po/Makefile.in.in 2013-02-26 19:25:37.000000000 +0100
|
|
@@ -13,6 +13,7 @@
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
+GETTEXT_PACKAGE= @PACKAGE@
|
|
|
|
SHELL = /bin/sh
|
|
@SET_MAKE@
|