Apparently I broke this package with the bsd.kde.mk introduction. Fix that

by using QT_NONSTANDARD and adding --disable-static.

Discussed with:		trevor
This commit is contained in:
Will Andrews 2001-04-09 05:53:14 +00:00
parent 75b331833b
commit e3e2125a50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41106
2 changed files with 6 additions and 2 deletions

View File

@ -25,6 +25,7 @@ USE_AUTOCONF= yes
USE_QT_VER= 2
USE_X_PREFIX= yes
USE_GMAKE= yes
QT_NONSTANDARD= yes
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
--x-libraries=$(X11BASE)/lib \
--datadir=$(PREFIX)/share \
@ -33,7 +34,8 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
--with-qt-library-dir=${X11BASE}/lib \
--without-kde-check \
--with-freebsd-pthread \
--with-qt-name=qt2
--with-qt-name=qt2 \
--disable-static
CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4

View File

@ -25,6 +25,7 @@ USE_AUTOCONF= yes
USE_QT_VER= 2
USE_X_PREFIX= yes
USE_GMAKE= yes
QT_NONSTANDARD= yes
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
--x-libraries=$(X11BASE)/lib \
--datadir=$(PREFIX)/share \
@ -33,7 +34,8 @@ CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \
--with-qt-library-dir=${X11BASE}/lib \
--without-kde-check \
--with-freebsd-pthread \
--with-qt-name=qt2
--with-qt-name=qt2 \
--disable-static
CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4