aboutsummaryrefslogtreecommitdiff
path: root/editors/scite/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-01 14:55:14 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-01 14:55:14 +0000
commit524e6bb50f472ddf1461c4100296c552097a53fb (patch)
tree1e23d66ddc45165368181c929bbbe8c7af3563ab /editors/scite/files
parent739b189181593d0f0d79ff682fd7fa5cd350f10e (diff)
downloadports-524e6bb50f472ddf1461c4100296c552097a53fb.tar.gz
ports-524e6bb50f472ddf1461c4100296c552097a53fb.zip
Notes
Diffstat (limited to 'editors/scite/files')
-rw-r--r--editors/scite/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa
index 438e9e61de58..9d2dd891c20f 100644
--- a/editors/scite/files/patch-aa
+++ b/editors/scite/files/patch-aa
@@ -1,5 +1,5 @@
---- makefile.orig 2010-05-31 23:35:36.000000000 -0400
-+++ makefile 2010-06-01 18:35:04.000000000 -0400
+--- makefile.orig 2010-07-20 19:03:41.000000000 -0400
++++ makefile 2010-07-31 09:20:16.000000000 -0400
@@ -5,20 +5,20 @@
# GNU make does not like \r\n line endings so should be saved to CVS in binary form.
@@ -51,10 +51,10 @@
$(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \
- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
-- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -lstdc++
+- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -ldl -lstdc++
+ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
+ $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \
-+ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
++ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@
# Automatically generate header dependencies with "make deps"
include deps.mak