URI:
       typo - overlay - drkhsh gentoo overlay
  HTML git clone git://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit ce412f22fea71b1494ad318c71dc936ca82d5c71
   DIR parent 62de854a2d9a5d159aaef4b103279d74370f2b37
  HTML Author: aaron marcher <me@drkhsh.at>
       Date:   Thu, 27 Jul 2017 19:29:57 +0200
       
       typo
       
       Diffstat:
         M games-fps/assaultcube/files/assaul… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   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
       @@ -20,7 +20,7 @@
        +INCLUDES= -I. -Ibot
        +
        +BUNDLED_ENET ?= YES
       -+ifew ($(BUNDLED_ENET),YES)
       ++ifeq ($(BUNDLED_ENET),YES)
        +INCLUDES += -I../enet/include
        +else
        +INCLUDES += $(shell $(PKG_CONFIG) --cflags libenet)