From 9895db3d6792f71a498d400bc0f0eb9a0a77c494 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 7 Feb 2004 20:41:45 +0000 Subject: [PATCH] - Fix build on AMD64 --- devel/eboxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile index b318f3370190..567808d6701d 100644 --- a/devel/eboxy/Makefile +++ b/devel/eboxy/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --disable-lirc MAN1= eboxy.1 CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \ - -DHAVE_DECL_GETOPT + -DHAVE_DECL_GETOPT -fPIC LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib post-patch: