]> git.pld-linux.org Git - packages/fltk.git/commitdiff
- updated.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 17 Aug 2006 08:25:22 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fltk-link.patch -> 1.5

fltk-link.patch

index 8b0021c758894c684d14c138a9f89aafbf3eeecc..c427525fb20c20f14544ef88411d213fcd3d257f 100644 (file)
@@ -31,8 +31,8 @@
  
  libfltk_images.so.1.1: $(IMGOBJECTS) libfltk.so.1.1
        echo $(DSOCOMMAND) $@ ...
--      $(DSOCOMMAND) $@ $(IMGOBJECTS) $(IMAGELIBS) -L. -lfltk
-+      $(DSOCOMMAND) $@ $(IMGOBJECTS) $(IMAGELIBS) -L. -lfltk $(LDLIBS) $(IMAGELIBS)
+-      $(DSOCOMMAND) $@ $(IMGOBJECTS) -L. $(IMAGELIBS) -lfltk
++      $(DSOCOMMAND) $@ $(IMGOBJECTS) -L. $(IMAGELIBS) -lfltk $(LDLIBS) $(IMAGELIBS)
        $(RM) libfltk_images.so
        $(LN) libfltk_images.so.1.1 libfltk_images.so
  
            if test "x$libdir" != "x/usr/lib"; then
                    DSOLINK="-Wl,-rpath,$libdir"
              fi
-@@ -653,22 +653,7 @@
-     # Previous versions of GCC do not have the reliance on the stdc++
-     # or g++ libraries, so the extra supc++ library is not needed.
--    AC_MSG_CHECKING(if libsupc++ is required)
--
--    SUPC="`$CXX -print-file-name=libsupc++.a 2>/dev/null`"
--    case "$SUPC" in
--      libsupc++.a*)
--          # Library not found, so this is and older GCC...
--          AC_MSG_RESULT(no)
--          ;;
--      *)
--            # This is gcc 3.x, and it knows of libsupc++, so we need it
--            LIBS="$LIBS -lsupc++"
--            AC_MSG_RESULT(yes)
--          ;;
--    esac
--
--    CXX="$CC"
-+    # PLD: we link all C++ programs against the same version of shared libstdc++.
-     # Show all standard warnings + unused variables when compiling...
-     OPTIM="-Wall -Wunused $OPTIM"
This page took 0.041197 seconds and 4 git commands to generate.