aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-03-23 10:57:54 +0800
committertrevor <trevor@FreeBSD.org>2003-03-23 10:57:54 +0800
commit79c0ad5cc6889748a6ec9cff9cbcf250d50840f6 (patch)
treeb3bc6ca5bdae01459af9b4d355a26f6b815d7404 /x11-fm
parent96f469de20c5383e69b4054842178a1c28e74844 (diff)
downloadfreebsd-ports-gnome-79c0ad5cc6889748a6ec9cff9cbcf250d50840f6.tar.gz
freebsd-ports-gnome-79c0ad5cc6889748a6ec9cff9cbcf250d50840f6.tar.zst
freebsd-ports-gnome-79c0ad5cc6889748a6ec9cff9cbcf250d50840f6.zip
Make this usable with the new fltk library.
Submitted by: Dan Nelson
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/xdiskusage/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile
index a362e77faca4..7637a7499911 100644
--- a/x11-fm/xdiskusage/Makefile
+++ b/x11-fm/xdiskusage/Makefile
@@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
COMMENT= Show where disk space is taken up
-BROKEN= "needs fltk 1.0.10"
-
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_GMAKE= yes
@@ -25,7 +23,7 @@ USE_X_PREFIX= yes
do-build:
.for i in panels xdiskusage
${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -I${X11BASE}/include -c \
- ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o
+ -DFLTK_1_0_COMPAT ${WRKSRC}/${i}.C -o ${WRKSRC}/${i}.o
.endfor
${CXX} ${CXXFLAGS} ${PTHREAD_CFLAGS} -L${X11BASE}/lib -o \
${WRKSRC}/xdiskusage ${WRKSRC}/panels.o \