opnsense-ports/emulators/ares/files/patch-hiro_GNUmakefile
Franco Fichtner 287950bd7a */*: sync with upstream
Taken from: FreeBSD
2024-08-15 10:44:29 +02:00

11 lines
671 B
Text

--- hiro/GNUmakefile.orig 2024-08-14 11:19:20 UTC
+++ hiro/GNUmakefile
@@ -62,7 +62,7 @@ ifneq ($(filter $(platform),linux bsd),)
else ifeq ($(hiro),gtk3-se)
flags += -DHiro_SourceEdit
hiro.flags = $(flags.cpp) -DHIRO_GTK=3 $(shell $(pkg_config) --cflags gtk+-3.0 gtksourceview-3.0) -Wno-deprecated-declarations
- hiro.options = -L/usr/local/lib -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0)
+ hiro.options = -lX11 $(shell $(pkg_config) --libs gtk+-3.0 gtksourceview-3.0)
else ifeq ($(hiro),qt4)
moc = /usr/local/lib/qt4/bin/moc
hiro.flags = $(flags.cpp) -DHIRO_QT=4 $(shell $(pkg_config) --cflags QtCore QtGui)