summaryrefslogtreecommitdiff
path: root/textproc/qt4-xml/files/extrapatch-src-xml-Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-01-21 21:13:21 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-01-21 21:13:21 +0000
commit43902f6ecc0189b88ec79a03b8b0b39425aa18dd (patch)
tree5b488e99af499ef5ed89d0b90cc3f0f14b1f1ad4 /textproc/qt4-xml/files/extrapatch-src-xml-Makefile
parentUpdate to 20100120 version of the FreeBSD docset. (diff)
The FreeBSD KDE team is pleased to announce Qt-4.6.1 for FreeBSD.
Notes
Notes: svn path=/head/; revision=248306
Diffstat (limited to 'textproc/qt4-xml/files/extrapatch-src-xml-Makefile')
-rw-r--r--textproc/qt4-xml/files/extrapatch-src-xml-Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/qt4-xml/files/extrapatch-src-xml-Makefile b/textproc/qt4-xml/files/extrapatch-src-xml-Makefile
new file mode 100644
index 000000000000..f47416234370
--- /dev/null
+++ b/textproc/qt4-xml/files/extrapatch-src-xml-Makefile
@@ -0,0 +1,17 @@
+--- src/xml/Makefile.orig 2009-12-04 16:04:02.944271152 +1000
++++ src/xml/Makefile 2009-12-04 16:07:07.986728782 +1000
+@@ -533,14 +533,12 @@
+ @$(CHK_DIR_EXISTS) $(INSTALL_ROOT)/usr/local/include/qt4/Qt/ || $(MKDIR) $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+ -$(INSTALL_PROGRAM) %%WRKSRC%%/src/xml/sax/qxml.h $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+ -$(INSTALL_PROGRAM) %%WRKSRC%%/src/xml/dom/qdom.h $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+- -$(INSTALL_PROGRAM) %%WRKSRC%%/src/xml/stream/qxmlstream.h $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+ -$(INSTALL_PROGRAM) %%WRKSRC%%/include/QtXml/QtXml $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+
+
+ uninstall_flat_headers: FORCE
+ -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/include/qt4/Qt/qxml.h
+ -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/include/qt4/Qt/qdom.h
+- -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/include/qt4/Qt/qxmlstream.h
+ -$(DEL_FILE) -r $(INSTALL_ROOT)/usr/local/include/qt4/Qt/QtXml
+ -$(DEL_DIR) $(INSTALL_ROOT)/usr/local/include/qt4/Qt/
+