summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/qscintilla/files/qscintilla-1.5-sandbox.patch')
-rw-r--r--dev-python/qscintilla/files/qscintilla-1.5-sandbox.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/qscintilla/files/qscintilla-1.5-sandbox.patch b/dev-python/qscintilla/files/qscintilla-1.5-sandbox.patch
new file mode 100644
index 000000000000..65bf1ad56905
--- /dev/null
+++ b/dev-python/qscintilla/files/qscintilla-1.5-sandbox.patch
@@ -0,0 +1,30 @@
+--- Makefile.orig 2005-01-23 03:57:03.000000000 +0100
++++ Makefile 2005-01-23 03:57:35.000000000 +0100
+@@ -314,7 +314,7 @@
+ QMAKE_TARGET = qscintilla
+ DESTDIR = ${destdir}/
+ TARGET = libqscintilla.so.5.2.0
+-TARGETA = ${destdir}/libqscintilla.a
++TARGETA = libqscintilla.a
+ TARGETD = libqscintilla.so.5.2.0
+ TARGET0 = libqscintilla.so
+ TARGET1 = libqscintilla.so.5
+@@ -345,17 +345,12 @@
+ all: Makefile ${destdir}/$(TARGET)
+
+ ${destdir}/$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) $(OBJCOMP)
+- test -d ${destdir}/ || mkdir -p ${destdir}/
++# test -d ${destdir}/ || mkdir -p ${destdir}/
+ -$(DEL_FILE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2)
+ $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) $(OBJCOMP)
+ -ln -s $(TARGET) $(TARGET0)
+ -ln -s $(TARGET) $(TARGET1)
+ -ln -s $(TARGET) $(TARGET2)
+- -$(DEL_FILE) ${destdir}/$(TARGET)
+- -$(DEL_FILE) ${destdir}/$(TARGET0)
+- -$(DEL_FILE) ${destdir}/$(TARGET1)
+- -$(DEL_FILE) ${destdir}/$(TARGET2)
+- -$(MOVE) $(TARGET) $(TARGET0) $(TARGET1) $(TARGET2) ${destdir}/
+
+
+