head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.02.19.23.50.03; author khorben; state dead; branches; next 1.1; commitid YrO5WQSftfWciAVy; 1.1 date 2015.08.23.16.22.38; author khorben; state Exp; branches; next ; commitid 4OX6pvD8HyrlBpyy; desc @@ 1.2 log @Package DeforaOS libDesktop 0.2.1 This release brings: - compatibility with libSystem 0.3.0 - generic tool for the Widget class, widget(1) - helpers for easier compatibility with Gtk+ 3 - full compatibility with Gtk+ 3 for inter-process communication @ text @$NetBSD: patch-src_Makefile,v 1.1 2015/08/23 16:22:38 khorben Exp $ Force building with -fPIC by default --- src/Makefile.orig 2015-05-25 16:43:44.000000000 +0000 +++ src/Makefile @@@@ -6,8 +6,8 @@@@ LIBDIR = $(PREFIX)/lib CC = cc CPPFLAGSF= -I ../include CPPFLAGS= -CFLAGSF = -W `pkg-config --cflags libSystem gtk+-2.0` -CFLAGS = -Wall -g -O2 -fPIC -pedantic +CFLAGSF = `pkg-config --cflags libSystem gtk+-2.0` -fPIC +CFLAGS = -W -Wall -g -O2 -pedantic LDFLAGSF= `pkg-config --libs libSystem gtk+-2.0` AR = ar RANLIB = ranlib @ 1.1 log @Fix build with clang and support for setting CFLAGS @ text @d1 1 a1 1 $NetBSD$ @