mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Use USE_GNOMENG.
Suggested by: Roberto Gerola <roberto.gerola@speedtech.it>
This commit is contained in:
parent
2f627fe9db
commit
49b191e6ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64663
@ -22,7 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomehier gtk12
|
||||
MAKEFILE= makefile
|
||||
MAKE_ENV= MKDIR="${MKDIR}"
|
||||
|
||||
|
14
editors/scite/files/patch-SciTEGTK.cxx
Normal file
14
editors/scite/files/patch-SciTEGTK.cxx
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- SciTEGTK.cxx 2002/08/19 16:01:39 1.1
|
||||
+++ SciTEGTK.cxx 2002/08/19 16:02:02
|
||||
@@ -1882,7 +1882,7 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
-void SciTEGTK::AddToPopUp(const char *label, int cmd=0, bool enabled=true) {
|
||||
+void SciTEGTK::AddToPopUp(const char *label, int cmd, bool enabled) {
|
||||
SString localised = LocaliseString(label);
|
||||
localised.insert(0, "/");
|
||||
GtkItemFactoryEntry itemEntry = {
|
Loading…
Reference in New Issue
Block a user