]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- use g++ for linking C++ code - it knows what should be linked
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 9 Jan 2004 10:31:01 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm-link_with_g++.patch -> 1.1

icewm-link_with_g++.patch [new file with mode: 0644]

diff --git a/icewm-link_with_g++.patch b/icewm-link_with_g++.patch
new file mode 100644 (file)
index 0000000..e7740e2
--- /dev/null
@@ -0,0 +1,14 @@
+diff -dur icewm-1.2.14pre6.orig/configure.in icewm-1.2.14pre6/configure.in
+--- icewm-1.2.14pre6.orig/configure.in 2003-12-30 22:40:04.000000000 +0100
++++ icewm-1.2.14pre6/configure.in      2004-01-09 10:43:57.502805490 +0100
+@@ -29,9 +29,6 @@
+ dnl ---- for linking. Also check how to turn off RTTI and exception handling ---
+ if test x"$ac_cv_prog_gxx" != x; then
+   AC_PROG_CC
+-  if test x"$ac_cv_prog_gcc" != x; then
+-    CXX_LINK=${CC}
+-  fi
+   
+   ICE_CXX_FLAG_ACCEPT(no_rtti, -fno-rtti)
+   dnl --- Intel C++ supports -fno-rtti, but doens't support -fno-*-exceptions
+Only in icewm-1.2.14pre6: configure.in~
This page took 0.172654 seconds and 4 git commands to generate.