[BACK]Return to patch-Makefile CVS log [TXT][DIR] Up to [local] / ports / x11 / nixieclock / patches

Annotation of ports/x11/nixieclock/patches/patch-Makefile, Revision 1.2

1.2     ! yason       1: $OpenBSD$
        !             2: --- Makefile.orig      Mon Nov 16 07:54:18 2009
        !             3: +++ Makefile   Thu Jun  3 12:57:32 2010
        !             4: @@ -10,7 +10,7 @@ CXX      = $(shell fltk-config --cxx)
        !             5:  CC       = $(shell fltk-config --cxx)
        !             6:  DEBUG    = -g
        !             7:  CXXFLAGS = $(shell fltk-config --use-images --cxxflags ) -I. -DVERSION=\"$(VERSION)\"
        !             8: -LDLIBS   = $(shell fltk-config --use-images --ldstaticflags )
        !             9: +LDLIBS   = $(shell fltk-config --use-images --cxxflags --ldflags )
        !            10:  LINK     = $(CXX)
1.1       yason      11:
1.2     ! yason      12:  # DEFAULT BUILD

CVSweb