aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla/files
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2014-10-11 00:24:00 +0800
committermadpilot <madpilot@FreeBSD.org>2014-10-11 00:24:00 +0800
commit9f9b31c52a68a8d6b9cf6a2c0b245b4d293e19b0 (patch)
treec6309357bb9faa64731f3f61bcce5df08c4572c2 /x11-toolkits/scintilla/files
parenta4f24cadd49033721bfcdcc77f3ae6945d19747d (diff)
downloadfreebsd-ports-gnome-9f9b31c52a68a8d6b9cf6a2c0b245b4d293e19b0.tar.gz
freebsd-ports-gnome-9f9b31c52a68a8d6b9cf6a2c0b245b4d293e19b0.tar.zst
freebsd-ports-gnome-9f9b31c52a68a8d6b9cf6a2c0b245b4d293e19b0.zip
- Update scintilla and scite to 3.5.1
- Remove dirrms PR: 193781 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Diffstat (limited to 'x11-toolkits/scintilla/files')
-rw-r--r--x11-toolkits/scintilla/files/patch-makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/scintilla/files/patch-makefile b/x11-toolkits/scintilla/files/patch-makefile
index f07d7225376e..e70955f6267b 100644
--- a/x11-toolkits/scintilla/files/patch-makefile
+++ b/x11-toolkits/scintilla/files/patch-makefile
@@ -1,11 +1,11 @@
---- ./makefile.orig 2014-07-25 06:59:40.000000000 -0400
-+++ ./makefile 2014-08-07 08:31:47.000000000 -0400
+--- makefile.orig 2014-08-09 23:52:02 UTC
++++ makefile
@@ -7,14 +7,6 @@
# Also works with ming32-make on Windows.
.SUFFIXES: .cxx .c .o .h .a
-ifdef CLANG
--CXX = clang++
+-CXX = clang++ -Wno-deprecated-register
-CC = clang
-# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for
-# thread also need to create Position Independent Executable -> search online documentation
@@ -49,8 +49,8 @@
clean:
$(DEL) *.o $(COMPLIB) *.plist
-@@ -93,9 +85,11 @@
- ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \
+@@ -94,9 +86,11 @@
+ PropSetSimple.o PlatGTK.o \
KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \
RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \
- $(MARSHALLER) $(LEXOBJS)