aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/eboxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index 24b9a23e6e2..33d3f9086c1 100644
--- a/devel/eboxy/Makefile
+++ b/devel/eboxy/Makefile
@@ -34,7 +34,8 @@ CONFIGURE_ARGS= --disable-lirc
MAN1= eboxy.1
-CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
+CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \
+ -DHAVE_DECL_GETOPT
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
post-patch: