mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Respect LOCALBASE.
PR: ports/87965 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
This commit is contained in:
parent
950ce70068
commit
1d0b887e9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146324
@ -5,7 +5,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
-ACLOCAL_AMFLAGS = -I ../acfiles
|
||||
+ACLOCAL_AMFLAGS = -I /usr/local/share/aclocal -I /usr/X11R6/share/aclocal -I ../acfiles
|
||||
+ACLOCAL_AMFLAGS = -I %%LOCALBASE%%/share/aclocal -I %%PREFIX%%/share/aclocal -I ../acfiles
|
||||
|
||||
moduledir = $(GTK2_LIBDIR)/gtk-2.0/$(GTK2_BINARY_VERSION)/immodules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user