1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build on AMD64

This commit is contained in:
Tilman Keskinoz 2004-02-10 13:55:42 +00:00
parent b14da08b0d
commit aae1a8bb74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100545

View File

@ -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)