head 1.2; access; symbols pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.04.14.23.37.33; author khorben; state dead; branches; next 1.1; commitid 4CXYO18LDR2JqE2z; 1.1 date 2016.02.22.12.14.24; author khorben; state Exp; branches; next ; commitid IbO4yx4dzvxvlUVy; desc @@ 1.2 log @Package DeforaOS Browser 0.5.1 This release brings: - re-license as 3-clause BSD - minor performance improvements (refreshing, thumbnails) - improved image rendering in view(1) and the "preview" plug-in - manual pages build reproducibly - more portable build as PIE - fix build with multiple jobs - fix crash when closing windows in embedded mode @ text @$NetBSD: patch-src_widget_Makefile,v 1.1 2016/02/22 12:14:24 khorben Exp $ Fix build for the file manager Widget. --- src/widget/Makefile.orig 2016-02-20 00:04:45.000000000 +0000 +++ src/widget/Makefile @@@@ -6,8 +6,8 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= CPPFLAGS= -CFLAGSF = `pkg-config --cflags libDesktop` -CFLAGS = -W -Wall -g -O2 -fPIC -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all +CFLAGSF = `pkg-config --cflags libDesktop` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all LDFLAGSF= `pkg-config --libs libDesktop` -lintl -L$(OBJDIR).. -Wl,-rpath,$(LIBDIR) -lBrowser LDFLAGS = -Wl,-z,relro -Wl,-z,now EXEEXT = @ 1.1 log @Fix build with the default settings @ text @d1 1 a1 1 $NetBSD$ @