head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2015.08.25.23.58.20; author khorben; state dead; branches; next 1.1; commitid 7lkRCqhJDb942Iyy; 1.1 date 2015.08.23.23.18.31; author khorben; state Exp; branches; next ; commitid 5yDt1z93M7ERTryy; desc @@ 1.2 log @Package DeforaOS Locker 0.3.1 This release brings: - user interface improvements to the "password" authentication - themeing for the "slider" authentication and "logo" demo - support for demo cycling - improved test suite - fewer dependencies ("panel" plug-in moved to the Integration project) @ text @$NetBSD: patch-src_demos_Makefile,v 1.1 2015/08/23 23:18:31 khorben Exp $ Fix build with CFLAGS set --- src/demos/Makefile.orig 2015-03-16 00:09:01.000000000 +0000 +++ src/demos/Makefile @@@@ -6,8 +6,8 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= -I ../../include CPPFLAGS= -CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0 x11` -CFLAGS = -Wall -g -O2 -pedantic -fPIC +CFLAGSF = `pkg-config --cflags libSystem gtk+-2.0 x11` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic LDFLAGSF= -W `pkg-config --libs libSystem gtk+-2.0 x11` AR = ar RANLIB = ranlib @ 1.1 log @Fix build with clang and support for setting CFLAGS @ text @d1 1 a1 1 $NetBSD$ @