1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/graphics/ida/files/patch-mk::Autoconf.mk
Pav Lucistnik 9e1e7be801 Add ida, a small and fast image viewer, motif-based. Some basic editing
functions are available too.

PR:		ports/70741
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-08-21 13:26:23 +00:00

12 lines
360 B
Makefile

--- mk/Autoconf.mk.old Fri Aug 20 21:07:52 2004
+++ mk/Autoconf.mk Fri Aug 20 21:08:23 2004
@@ -107,7 +107,7 @@
ac_resdir = $(shell \
$(call ac_init,for X11 app-defaults prefix);\
$(call ac_s_cmd, test -d /etc/X11/app-defaults &&\
- echo "/etc/X11" || echo "/usr/X11R6/lib/X11");\
+ echo "/etc/X11" || echo "$(PREFIX)/lib/X11");\
$(call ac_fini))