1
0
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:
Maxim Sobolev 2002-08-19 16:07:53 +00:00
parent 2f627fe9db
commit 49b191e6ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64663
2 changed files with 16 additions and 1 deletions

View File

@ -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}"

View 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 = {