summaryrefslogtreecommitdiff
path: root/misc/kdeutils4
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-05 12:17:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-05 12:17:08 +0000
commit34849535bebfc5c5d005eca7cd0f98a370f72b8f (patch)
treee128e75ec713570fee1d10d4741e8f3ee842bcd9 /misc/kdeutils4
parentNew port: kdeadmin. (diff)
Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h). Not tested, but should work.
Notes
Notes: svn path=/head/; revision=39086
Diffstat (limited to 'misc/kdeutils4')
-rw-r--r--misc/kdeutils4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile
index 6387bd1efbd7..1833fce21603 100644
--- a/misc/kdeutils4/Makefile
+++ b/misc/kdeutils4/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
--with-qt-includes=${X11BASE}/include/qt2 \
--with-qt-libraries=${X11BASE}/lib
CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
- CPPFLAGS="-I${LOCALBASE}/include" \
+ CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H" \
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc" \
USER_LDFLAGS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lstdc++ -lgcc"
USE_GMAKE= yes