]> git.pld-linux.org Git - packages/flood.git/commitdiff
- patch source file
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 8 Aug 2006 00:39:38 +0000 (00:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flood-libtool.patch -> 1.2

flood-libtool.patch

index ce6f3e5b4552645ab72d0af821de11ee0e82c959..23f84a6b2cc6f1cc3f0453d056d883b0afe3ca85 100644 (file)
@@ -1,18 +1,18 @@
---- flood-0.4/build/rules.mk~  2006-08-08 03:33:57.183949159 +0300
-+++ flood-0.4/build/rules.mk   2006-08-08 03:35:03.485431621 +0300
+--- flood-0.4/build/rules.mk.in~       2006-08-08 03:33:57.183949159 +0300
++++ flood-0.4/build/rules.mk.in        2006-08-08 03:35:03.485431621 +0300
 @@ -73,11 +73,11 @@
  COMPILE      = $(CC)  $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
  CXX_COMPILE  = $(CXX) $(ALL_CXXFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
  
--SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)  -c $< && touch $@
--SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE)  -c $< && touch $@
-+SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE)  -c $< && touch $@
-+SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE)  -c $< && touch $@
+-SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
+-SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
++SH_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @SHLTCFLAGS@ -c $< && touch $@
++SH_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @SHLTCFLAGS@ -c $< && touch $@
  
--LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)  -c $< && touch $@
--LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE)  -c $< && touch $@
-+LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE)  -c $< && touch $@
-+LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE)  -c $< && touch $@
+-LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) @LTCFLAGS@ -c $< && touch $@
+-LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
++LT_COMPILE     = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CC $(COMPILE) @LTCFLAGS@ -c $< && touch $@
++LT_CXX_COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile --tag=CXX $(CXX_COMPILE) @LTCFLAGS@ -c $< && touch $@
  
  # Link-related commands
  
This page took 0.057156 seconds and 4 git commands to generate.