From 34849535bebfc5c5d005eca7cd0f98a370f72b8f Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Mon, 5 Mar 2001 12:17:08 +0000 Subject: Attempt to fix conflicts with a local getopt.h (specifically, the fix is for libgnugetopt's getopt.h). Not tested, but should work. --- net/kdenetwork2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/kdenetwork2') diff --git a/net/kdenetwork2/Makefile b/net/kdenetwork2/Makefile index c80ace0cbddb..1847c939eb92 100644 --- a/net/kdenetwork2/Makefile +++ b/net/kdenetwork2/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ - CPPFLAGS="-I${LOCALBASE}/include -D_XOPEN_UNIX" \ + CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H -D_XOPEN_UNIX" \ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" USE_GMAKE= yes -- cgit v1.2.3