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. --- x11/kdebase4-runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/kdebase4-runtime') diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index a346796a21ee..4beb1235bc5f 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-extra-libs=${LOCALBASE}/lib \ --disable-closure 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" USE_GMAKE= yes -- cgit v1.2.3