summaryrefslogtreecommitdiff
path: root/qt
authortille <tille>2002-12-14 12:21:18 (UTC)
committer tille <tille>2002-12-14 12:21:18 (UTC)
commit354b07f236773c0dbb642972a7dffb598ea1af2f (patch) (side-by-side diff)
treeba10b7fec0033602c5d5d115073ba7ccd81b4b02 /qt
parent8c278639358a308207f8bf70e1b13407403749a8 (diff)
downloadopie-354b07f236773c0dbb642972a7dffb598ea1af2f.zip
opie-354b07f236773c0dbb642972a7dffb598ea1af2f.tar.gz
opie-354b07f236773c0dbb642972a7dffb598ea1af2f.tar.bz2
hmm, was this supposed to work without patch?
Diffstat (limited to 'qt') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte234-for-opie091-config-linux-x86-g++-shared.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch b/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch
new file mode 100644
index 0000000..b39dabc
--- a/dev/null
+++ b/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch
@@ -0,0 +1,29 @@
+--- configs/linux-x86-g++-shared.orig 2002-12-14 12:20:03.000000000 +0100
++++ configs/linux-x86-g++-shared 2002-12-14 13:12:11.000000000 +0100
+@@ -1,7 +1,7 @@
+ # Compiling
+ INTERFACE_DECL_PATH = .
+ SYSCONF_CXX = g++
+-SYSCONF_CC = gcc
++SYSCONF_CC = g++
+ DASHCROSS =
+
+ # Compiling with support libraries
+@@ -36,7 +36,7 @@
+ SYSCONF_LIBS_YACC =
+
+ # Linking applications
+-SYSCONF_LINK = gcc
++SYSCONF_LINK = g++
+ SYSCONF_LFLAGS =
+ SYSCONF_LIBS = -lm
+
+@@ -60,7 +60,7 @@
+ # - Place target in $(DESTDIR) - which has a trailing /
+ # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
+ #
+-SYSCONF_LINK_SHLIB = gcc
++SYSCONF_LINK_SHLIB = g++
+ SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
+ SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
+ $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \