1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/xalan-c/files/patch-ad
Greg Lewis e634d55adc . Update to 1.7.0.
. Respect PTHREAD_{CFLAGS,LIBS}
. Fix dependency problems.

PR:		63691
Submitted by:	joern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2004-03-03 22:26:42 +00:00

26 lines
910 B
Plaintext

! fix INSTALL_{PROGRAM->DATA}
--- src/xalanc/Utils/Makefile.in.orig Sun Feb 29 21:26:41 2004
+++ src/xalanc/Utils/Makefile.in Sun Feb 29 21:28:01 2004
@@ -202,7 +202,7 @@
-${MKDIR} -p $(XSL_NLS_DIR)/include
doCommonInstall:
- $(INSTALL_PROGRAM) $(XSL_NLS_DIR)/include/LocalMsgIndex.hpp $(XALANCROOT)/src/xalanc/PlatformSupport
+ $(INSTALL_DATA) $(XSL_NLS_DIR)/include/LocalMsgIndex.hpp $(XALANCROOT)/src/xalanc/PlatformSupport
doClean:
$(MAKE) -C XalanMsgLib $@
--- Makefile.in.orig Sun Feb 29 21:30:03 2004
+++ Makefile.in Sun Feb 29 21:30:17 2004
@@ -85,8 +85,8 @@
install-extras:
$(MKINSTALLDIRS) $(DESTDIR)/$(prefix)
- $(INSTALL_PROGRAM) $(XALANCROOT)/../KEYS.txt $(DESTDIR)/$(prefix)
- $(INSTALL_PROGRAM) $(XALANCROOT)/License $(DESTDIR)/$(prefix)
+ $(INSTALL_DATA) $(XALANCROOT)/../KEYS.txt $(DESTDIR)/$(prefix)
+ $(INSTALL_DATA) $(XALANCROOT)/License $(DESTDIR)/$(prefix)