[BACK]Return to patch-src_Makefile_bsd CVS log [TXT][DIR] Up to [local] / ports / games / fheroes2 / patches

Diff for /ports/games/fheroes2/patches/Attic/patch-src_Makefile_bsd between version 1.1 and 1.2

version 1.1, 2011/11/13 21:41:23 version 1.2, 2021/08/11 09:03:52
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- src/Makefile.bsd.orig       Tue Nov  8 16:01:58 2011  Index: src/Makefile.bsd
 +++ src/Makefile.bsd    Tue Nov  8 16:02:20 2011  --- src/Makefile.bsd.orig
 @@ -1,5 +1,5 @@  +++ src/Makefile.bsd
   @@ -1,3 +1,3 @@
  AR := ar   AR := ar
 -CXX := g++  -CXX := g++
   -LIBS := $(LIBS) -L/usr/local/lib
 +CXX := $(CXX)  +CXX := $(CXX)
  LIBS := $(LIBS) -L/usr/local/lib  +LIBS := $(LIBS) -L${LOCALBASE}
   
  ifndef WITHOUT_UNICODE  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb