1ae97179d7
doesn't appear to use gettext, so remove the gettext module. Respect CC and CFLAGS when building. OK ajacoutot@ on an earlier version
13 lines
471 B
Plaintext
13 lines
471 B
Plaintext
$OpenBSD: patch-src_Embedded_properties,v 1.5 2011/11/15 19:17:09 jeremy Exp $
|
|
--- src/Embedded.properties.orig Tue Nov 1 10:44:35 2011
|
|
+++ src/Embedded.properties Tue Nov 15 02:33:40 2011
|
|
@@ -89,7 +89,7 @@ if PLAT_WIN
|
|
command.scite.help.subsystem=2
|
|
if PLAT_GTK
|
|
command.print.*=a2ps "$(FileNameExt)"
|
|
- command.scite.help=xdg-open "file://$(SciteDefaultHome)/SciTEDoc.html"
|
|
+ command.scite.help=xdg-open "file://__DOCDIR__/SciTEDoc.html"
|
|
|
|
code.page=0
|
|
if PLAT_GTK
|