summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git2003-02-26 11:58:38 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitcc6b106e40004c4ee73f3700b9434e22bb776889 (patch)
tree7f3be9b9353e5e9fb5d3f57661198197770775ea
parentac08bdef816350468be364ab8f593f82a88d4ce9 (diff)
downloadsip-cc6b106e40004c4ee73f3700b9434e22bb776889.zip
sip-cc6b106e40004c4ee73f3700b9434e22bb776889.tar.gz
This commit was manufactured by cvs2git to create branch 'RA-branch'.
Sprout from master 2003-02-26 11:58:38 UTC Jakub Bogusz <qboosh@pld-linux.org> '- restored changelog lost on update' Delete: sip-build.patch
-rw-r--r--sip-build.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/sip-build.patch b/sip-build.patch
deleted file mode 100644
index d5fd7ad..0000000
--- a/sip-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -urN sip-3.3.orig/build.py sip-3.3/build.py
---- sip-3.3.orig/build.py Sun Jul 7 21:53:05 2002
-+++ sip-3.3/build.py Tue Jul 9 22:59:21 2002
-@@ -719,8 +719,8 @@
- if ismod:
- global platPyIncDir, platCopy
-
-- f.write("\t-%s sip.h %s\n" % (platCopy,platPyIncDir))
-- f.write("\t-%s sipQt.h %s\n" % (platCopy,platPyIncDir))
-+ f.write("\t-%s sip.h %s\n" % (platCopy,escape(target_dest)+platPyIncDir))
-+ f.write("\t-%s sipQt.h %s\n" % (platCopy,escape(target_dest)+platPyIncDir))
-
- f.close()
-
-@@ -739,7 +739,7 @@
- initGlobals()
-
- try:
-- optlist, args = getopt.getopt(argv[1:],"hb:d:g:i:l:m:q:wx")
-+ optlist, args = getopt.getopt(argv[1:],"hb:d:g:i:l:m:q:wxt:")
- except getopt.GetoptError:
- usage()
-
-@@ -780,6 +780,9 @@
- elif opt == "-x":
- global qtVersion
- qtVersion = -1
-+ elif opt == "-t":
-+ global target_dest
-+ target_dest=arg
-
- installChecks()
- maindir = mkTempBuildDir()