head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2015.09.02.23.18.45; author khorben; state dead; branches; next 1.1; commitid tcv8wdOIIOrLyJzy; 1.1 date 2015.08.27.09.14.52; author khorben; state Exp; branches; next ; commitid XHzNjogJBIyI6Tyy; desc @@ 1.2 log @Package DeforaOS Panel 0.3.3 This is essentially a bugfix release, with: - additional fixes to the helper utilities (panel-notify, wifibrowser...) - minor improvement to the "network" applet and settings(1) utility - build fixes @ text @$NetBSD: patch-src_applets_Makefile,v 1.1 2015/08/27 09:14:52 khorben Exp $ Fix build on amd64 --- src/applets/Makefile.orig 2015-08-10 23:33:27.000000000 +0000 +++ src/applets/Makefile @@@@ -6,10 +6,10 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= -I ../../include CPPFLAGS= -CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0` -CFLAGS = -Wall -g -O2 -pedantic -fPIC -fstack-protector -LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0` -lPanel -LDFLAGS = -L$(OBJDIR).. +CFLAGSF = `pkg-config --cflags libSystem gtk+-2.0` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic -fstack-protector +LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0` -lPanel -L$(OBJDIR).. +LDFLAGS = AR = ar RANLIB = ranlib CCSHARED= $(CC) -shared @ 1.1 log @Fix build on amd64 @ text @d1 1 a1 1 $NetBSD$ @