From 37b062ed62665ace31e4373b458cc75681213764 Mon Sep 17 00:00:00 2001 From: will 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. --- multimedia/kdemultimedia3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/kdemultimedia3') diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index 50c3174949fc..ca5f0709a0b4 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--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 -- cgit