summaryrefslogtreecommitdiff
path: root/graphics/ida/files/patch-mk::Autoconf.mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 13:26:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 13:26:23 +0000
commit9e1e7be8012348fa469779175cb15e6996926d90 (patch)
tree1669f5ad02b03c98510d4b3fb4f42607c917c2d4 /graphics/ida/files/patch-mk::Autoconf.mk
parent- update to 1.25 (diff)
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>
Notes
Notes: svn path=/head/; revision=116938
Diffstat (limited to 'graphics/ida/files/patch-mk::Autoconf.mk')
-rw-r--r--graphics/ida/files/patch-mk::Autoconf.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-mk::Autoconf.mk b/graphics/ida/files/patch-mk::Autoconf.mk
new file mode 100644
index 000000000000..ecf94ea14a10
--- /dev/null
+++ b/graphics/ida/files/patch-mk::Autoconf.mk
@@ -0,0 +1,11 @@
+--- 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))
+
+