mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
- Add new necessary dependencies - Replace portions of CPPFLAGS and LDFLAGS with sed patches for ${WRKSRC}/configure - Add sed patch to rename some deprecated structure names after v3.7.1 update of x11-toolkits/scintilla PR: 217697 Submitted by: lightside@gmx.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9974
10 lines
233 B
Text
10 lines
233 B
Text
--- po/Makefile.in.in.orig 2006-06-13 16:40:55 UTC
|
|
+++ po/Makefile.in.in
|
|
@@ -13,6 +13,7 @@
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
+GETTEXT_PACKAGE= @PACKAGE@
|
|
|
|
SHELL = /bin/sh
|
|
@SET_MAKE@
|