| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/graphics/ida/files/ |
Upload File : |
--- mk/Autoconf.mk.orig 2017-08-30 10:48:03 UTC
+++ mk/Autoconf.mk
@@ -110,20 +110,14 @@ ac_binary = $(shell \
# $(call ac_fini))
ac_lib64 = $(shell \
$(call ac_init,for libdir name);\
- $(call ac_s_cmd,/sbin/ldconfig -p | grep -q lib64 &&\
+ $(call ac_s_cmd,$(CC) -print-search-dirs | grep -q lib64 &&\
echo "lib64" || echo "lib");\
$(call ac_fini))
# check for x11 ressource dir prefix
ac_resdir = $(shell \
$(call ac_init,for X11 app-defaults prefix);\
- $(call ac_s_cmd, for dir in \
- /etc/X11/app-defaults \
- /usr/X11R6/lib/X11/app-defaults \
- /usr/share/X11/app-defaults \
- /usr/lib/X11/app-defaults \
- ; do test -d "$$dir" || continue;\
- dirname "$$dir"; break; done);\
+ $(call ac_s_cmd, dirname "${PREFIX}/lib/X11/app-defaults");\
$(call ac_fini))
# check if package is installed, via pkg-config