diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-07 12:37:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-07 12:37:04 +0000 |
commit | 28efe19a37bd5beb947bbc44869f9fb1e9584fd1 (patch) | |
tree | c173a91e5911063dc6022ee02c966c7f31023222 | |
parent | efa47cc9878a47582037e448d5d9143321fdc92e (diff) | |
download | ports-28efe19a37bd5beb947bbc44869f9fb1e9584fd1.tar.gz ports-28efe19a37bd5beb947bbc44869f9fb1e9584fd1.zip |
Notes
-rw-r--r-- | x11-toolkits/soqt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/soqt/Makefile b/x11-toolkits/soqt/Makefile index c07ada373eef..048374aa7083 100644 --- a/x11-toolkits/soqt/Makefile +++ b/x11-toolkits/soqt/Makefile @@ -23,7 +23,8 @@ USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${QT_PREFIX}" MOC="${MOC}" CONFIGURE_ARGS= --with-pthread=yes --with-coin=${LOCALBASE} \ - --with-qt=${QT_LIBDIR} + --with-qt=${QT_LIBDIR} \ + --enable-debug=no USE_LDCONFIG= yes CPPFLAGS+= -I${QT_INCDIR}/Qt -I${QT_INCDIR} -I${LOCALBASE}/include |