diff options
author | will <will@FreeBSD.org> | 2001-03-05 12:17:08 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-05 12:17:08 +0000 |
commit | 37b062ed62665ace31e4373b458cc75681213764 (patch) | |
tree | b8f38166d53aef4457fc65f9d36d8ee0e550e5ce /converters | |
parent | a60ff5681296acc284a5fdc038a18ac26c9daef4 (diff) | |
download | FreeBSD-ports-37b062ed62665ace31e4373b458cc75681213764.zip FreeBSD-ports-37b062ed62665ace31e4373b458cc75681213764.tar.gz |
Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h). Not tested, but should work.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 628a052..78094ac 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \ --with-extra-libs=${LOCALBASE}/lib \ --without-audiofile CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" 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 |