From f76069cdd8bc18e3c5643ba1ef640d4607909b80 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 13 Mar 2004 22:58:57 +0000 Subject: Fix build on non-i386 architectures (well, specifically ia64 and amd64). Submitted by: marcel git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2050 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-applets/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/gnome-applets') diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index aa46b8250..41f6ab79a 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -32,6 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include .if ${ARCH} != "i386" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC" PLIST_SUB= BATTERY="@comment " .else PLIST_SUB= BATTERY="" -- cgit