URI:
       fix curl - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 41e8bca5ee2de74f0fac767f6b9848ca36dd50de
   DIR parent ce412f22fea71b1494ad318c71dc936ca82d5c71
  HTML Author: aaron marcher <me@drkhsh.at>
       Date:   Thu, 27 Jul 2017 20:24:19 +0200
       
       fix curl
       
       Diffstat:
         M games-fps/assaultcube/files/assaul… |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/games-fps/assaultcube/files/assaultcube-1.2.0.2-makefile.patch b/games-fps/assaultcube/files/assaultcube-1.2.0.2-makefile.patch
       @@ -1,6 +1,6 @@
        --- source/src/Makefile        2013-11-10 00:12:11.000000000 +0100
        +++ source/src/Makefile        2017-07-27 18:58:05.700446705 +0200
       -@@ -1,29 +1,64 @@
       +@@ -1,29 +1,66 @@
        -CXXFLAGS= -O3 -fomit-frame-pointer
        -CXX=clang++        # Use clang++, as g++ optimizations cause crashes...
        +CXXFLAGS ?= -O2 -fomit-frame-pointer
       @@ -77,7 +77,7 @@
         endif
         
         CLIENT_OBJS= \
       -@@ -83,12 +118,21 @@
       +@@ -83,12 +120,21 @@
         
         CLIENT_PCH= cube.h.gch