aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-05-09 14:30:13 +0800
committerijliao <ijliao@FreeBSD.org>2003-05-09 14:30:13 +0800
commit721f8c56467b7b2ee9b98300ba9124be990cc7de (patch)
treea862762e04368f00caf8b70d47d73c44b085af34 /devel
parentc97fc78df06ca09febe6c309a0c2ce44a2d80734 (diff)
downloadfreebsd-ports-gnome-721f8c56467b7b2ee9b98300ba9124be990cc7de.tar.gz
freebsd-ports-gnome-721f8c56467b7b2ee9b98300ba9124be990cc7de.tar.zst
freebsd-ports-gnome-721f8c56467b7b2ee9b98300ba9124be990cc7de.zip
fix build on current
PR: 50886, 51936 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>, Ports Fury
Diffstat (limited to 'devel')
-rw-r--r--devel/eboxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index 24b9a23e6e28..33d3f9086c1c 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: