rpms/tbcload/devel tbcload-1.4-pkgpath.patch, NONE, 1.1 tbcload-1.4-tcl85.patch, NONE, 1.1

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sat Jan 5 23:13:50 UTC 2008


Author: wart

Update of /cvs/extras/rpms/tbcload/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10152

Added Files:
	tbcload-1.4-pkgpath.patch tbcload-1.4-tcl85.patch 
Log Message:
Patches for building against Tcl 8.5



tbcload-1.4-pkgpath.patch:

--- NEW FILE tbcload-1.4-pkgpath.patch ---
--- Makefile.in.orig	2007-02-11 15:50:11.000000000 -0800
+++ Makefile.in	2007-02-11 15:50:19.000000000 -0800
@@ -79,7 +79,7 @@
 
 DESTDIR		=
 
-PKG_DIR		= $(PACKAGE_NAME)$(PACKAGE_VERSION)
+PKG_DIR		= tcl at TCL_VERSION@/$(PACKAGE_NAME)$(PACKAGE_VERSION)
 pkgdatadir	= $(datadir)/$(PKG_DIR)
 pkglibdir	= $(libdir)/$(PKG_DIR)
 pkgincludedir	= $(includedir)/$(PKG_DIR)

tbcload-1.4-tcl85.patch:

--- NEW FILE tbcload-1.4-tcl85.patch ---
--- tbcload-20061030cvs/cmpInt.h.orig	2008-01-05 13:43:13.000000000 -0800
+++ tbcload-20061030cvs/cmpInt.h	2008-01-05 13:44:21.000000000 -0800
@@ -54,6 +54,14 @@
 # define CMP_VERSION	     "1.4"
 # define CMP_PATCH_LEVEL     "1.4.0"
 
+#ifndef VAR_SCALAR
+#define VAR_SCALAR 0
+#endif
+
+#ifndef VAR_UNDEFINED
+#define VAR_UNDEFINED 0
+#endif
+
 /*
  * This was the version number of the .tbc file format that is current.
  * This must be set dynamically as it depends on the interpreter we are




More information about the fedora-extras-commits mailing list