diff options
author | will <will@FreeBSD.org> | 2001-03-05 20:17:08 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-05 20:17:08 +0800 |
commit | 37b062ed62665ace31e4373b458cc75681213764 (patch) | |
tree | b8f38166d53aef4457fc65f9d36d8ee0e550e5ce /x11-clocks/kdetoys4 | |
parent | a60ff5681296acc284a5fdc038a18ac26c9daef4 (diff) | |
download | freebsd-ports-graphics-37b062ed62665ace31e4373b458cc75681213764.tar.gz freebsd-ports-graphics-37b062ed62665ace31e4373b458cc75681213764.tar.zst freebsd-ports-graphics-37b062ed62665ace31e4373b458cc75681213764.zip |
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 'x11-clocks/kdetoys4')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 4a5fca05000..ed7dfbd8a05 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ --with-qt-libraries=${X11BASE}/lib \ --with-extra-libs=${LOCALBASE}/lib CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" DO_NOT_COMPILE=mouse LIBQTFILE="libqt2" \ - CPPFLAGS="-I${LOCALBASE}/include" \ + CPPFLAGS="-I${LOCALBASE}/include -D_GETOPT_H" \ LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++" USE_GMAKE= yes |