aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkscintilla
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-02-10 21:55:42 +0800
committerarved <arved@FreeBSD.org>2004-02-10 21:55:42 +0800
commit719b7f100a9276d1fbbb6ec772d4e6b50efcd31b (patch)
treea73662751c76e7a756890cb02c0fdab4071d78b5 /x11-toolkits/gtkscintilla
parent7b4b51b719f75f37e3e5b308de2ed2fcbd108ec8 (diff)
downloadfreebsd-ports-gnome-719b7f100a9276d1fbbb6ec772d4e6b50efcd31b.tar.gz
freebsd-ports-gnome-719b7f100a9276d1fbbb6ec772d4e6b50efcd31b.tar.zst
freebsd-ports-gnome-719b7f100a9276d1fbbb6ec772d4e6b50efcd31b.zip
Fix build on AMD64
Diffstat (limited to 'x11-toolkits/gtkscintilla')
-rw-r--r--x11-toolkits/gtkscintilla/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtkscintilla/files/patch-aa b/x11-toolkits/gtkscintilla/files/patch-aa
index 46786fd00617..3bc361620331 100644
--- a/x11-toolkits/gtkscintilla/files/patch-aa
+++ b/x11-toolkits/gtkscintilla/files/patch-aa
@@ -24,7 +24,7 @@ $FreeBSD$
+SCINTILLA_LIB = -lscintilla
+SCINTILLA_IFACE = scintilla/include/Scintilla.iface
+LEXERS = -lscintilla_lexers
-+CFLAGS += $(shell $(GTK_CONFIG) --cflags) -Wall -DGTK -DSCI_LEXER
++CFLAGS += $(shell $(GTK_CONFIG) --cflags) -Wall -DGTK -DSCI_LEXER -fPIC
+LDFLAGS_PRE = $(shell $(GTK_CONFIG) --libs) -DGTK
+LDFLAGS_POST = $(LEXERS) $(SCINTILLA_LIB)