summaryrefslogtreecommitdiff
path: root/devel/xparam/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xparam/files/patch-Makefile.in')
-rw-r--r--devel/xparam/files/patch-Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/xparam/files/patch-Makefile.in b/devel/xparam/files/patch-Makefile.in
new file mode 100644
index 000000000000..b23aa94a9e06
--- /dev/null
+++ b/devel/xparam/files/patch-Makefile.in
@@ -0,0 +1,22 @@
+--- Makefile.in.orig Sat Nov 16 01:29:46 2002
++++ Makefile.in Sat Dec 21 14:09:19 2002
+@@ -52,17 +52,11 @@
+ prepare_check :
+ -$(MAKE) -C tests prepare
+
+-ifeq (x$(DESTDIR),x)
+-install_command = (@LDCONFIG@ $(libdir) || true) >/dev/null 2>&1
+-else
+-install_command = echo @LDCONFIG@ not run. You may need to execute \"@LDCONFIG@ $(libdir)\" after installation in $(libdir).
+-endif
+-
+-install : $(LIBNAME) installinfo
++install : $(LIBNAME)
+ $(INSTALL) -d $(DESTDIR)$(libdir)
+ $(INSTALL) -d $(DESTDIR)$(includedir)
+ $(INSTALL) -d $(DESTDIR)$(priv_includedir)
+- libtool $(INSTALL_PROGRAM) $(LIBNAME) $(DESTDIR)$(libdir)
++ libtool --mode=install $(INSTALL_PROGRAM) $(LIBNAME) $(DESTDIR)$(libdir)
+ $(INSTALL_DATA) $(XPARAM_PUBLIC_INCLUDE_FILES) $(DESTDIR)$(includedir)
+ $(INSTALL_DATA) $(XPARAM_INCLUDE_FILES) $(DESTDIR)$(priv_includedir)
+ $(install_command)