remove patch default tip
authorAlex McMahon <alex.mcmahon@cs.tcd.ie>
Thu, 10 Jun 2010 18:45:11 +0100
changeset 974da85d5c9de
parent 8 f3194ea255f3
remove patch
lang/tcl/patches/003-init_tcl.patch
     1.1 --- a/lang/tcl/patches/003-init_tcl.patch	Thu Jun 10 18:40:28 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,17 +0,0 @@
     1.4 ---- a/Makefile	Fri May 21 13:45:56 2010 +0100
     1.5 -+++ b/Makefile	Fri May 21 13:49:47 2010 +0100
     1.6 -@@ -51,10 +51,12 @@ endef
     1.7 - endef
     1.8 - 
     1.9 - define Build/InstallDev
    1.10 --	$(INSTALL_DIR) $(1)/usr/include
    1.11 -+	mkdir -p $(1)/usr/include
    1.12 - 	$(CP) $(PKG_INSTALL_DIR)/usr/include/*.h $(1)/usr/include/
    1.13 --	$(INSTALL_DIR) $(1)/usr/lib
    1.14 -+	mkdir -p $(1)/usr/lib
    1.15 - 	$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtcl*.{a,so*} $(1)/usr/lib/
    1.16 -+        $(INSTALL_DIR) $(1)/usr/lib/tcl8.4
    1.17 -+        $(CP) $(PKG_INSTALL_DIR)/init.tcl $(1)/usr/lib/tcl8.4
    1.18 - endef
    1.19 - 
    1.20 -