Unbreak, this needs -pthread now.
reported by nigel@
This commit is contained in:
parent
735e2a37fd
commit
6b58f0751d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2011/12/03 23:34:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2012/03/25 16:33:22 ajacoutot Exp $
|
||||
|
||||
COMMENT = KDE personal information applications
|
||||
COMMENT-kpilot = KDE interface to sync with Palm Pilot
|
||||
@ -61,23 +61,20 @@ MODULES = x11/kde devel/gettext
|
||||
|
||||
LIB_DEPENDS += x11/kde/libs3
|
||||
|
||||
REVISION = 8
|
||||
REVISION = 9
|
||||
REVISION-kpilot = 1
|
||||
WANTLIB = GL GLU ICE SM X11 Xau Xcursor Xdamage Xdmcp Xext Xfixes Xft Xi \
|
||||
Xinerama Xmu Xpm Xrandr Xrender Xss Xt Xxf86vm art_lgpl_2 artsflow \
|
||||
artsflow_idl audiofile c drm expat fam fontconfig freetype glib-2.0 \
|
||||
gmodule-2.0 gnokii gpg-error gpgme gthread-2.0 ical idn jpeg \
|
||||
kmedia2_idl lcms lib/kde3/DCOP lib/kde3/artskde lib/kde3/kabc \
|
||||
lib/kde3/kabc_file lib/kde3/kdecore>=6 lib/kde3/kdefakes \
|
||||
lib/kde3/kdefx lib/kde3/kdeprint lib/kde3/kdesu lib/kde3/kdeui \
|
||||
lib/kde3/khtml lib/kde3/kimproxy lib/kde3/kio lib/kde3/kjs \
|
||||
lib/kde3/knewstuff lib/kde3/kparts lib/kde3/kresources lib/kde3/kspell \
|
||||
lib/kde3/kutils lib/kde3/kwalletclient lib/kde3/vcard m mad mal>=1 \
|
||||
mcop mng ogg pcre pcreposix pisock png pthread pthread-stubs qtmcop \
|
||||
qui sasl2 sasl2 sndio soundserver_idl stdc++ usb util vorbis vorbisenc \
|
||||
vorbisfile xcb z assuan
|
||||
|
||||
|
||||
WANTLIB += DCOP GL GLU ICE SM X11 Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xft Xi Xinerama Xmu Xpm Xrandr Xrender Xss Xt Xxf86vm
|
||||
WANTLIB += art_lgpl_2 artsflow artsflow_idl artskde assuan audiofile
|
||||
WANTLIB += c drm expat fontconfig freetype glib-2.0 gmodule-2.0
|
||||
WANTLIB += gnokii gpg-error gpgme gthread-2.0 ical idn jpeg kabc
|
||||
WANTLIB += kabc_file kdecore kdefakes kdefx kdeprint kdesu kdeui
|
||||
WANTLIB += khtml kimproxy kio kjs kmedia2_idl knewstuff kparts
|
||||
WANTLIB += kresources kspell kutils kwalletclient lcms m mad mal
|
||||
WANTLIB += mcop mng ogg pcre pcreposix pisock png pthread qtmcop
|
||||
WANTLIB += qui sasl2 sndio soundserver_idl stdc++ usb usb-1.0
|
||||
WANTLIB += util vcard vorbis vorbisenc vorbisfile xcb z
|
||||
|
||||
FLAVORS = debug
|
||||
LIB_DEPENDS += comms/pilot-link
|
||||
@ -96,6 +93,9 @@ post-install:
|
||||
#MULTI_PACKAGES=-kpilot
|
||||
FULLPKGNAME-kpilot = kpilot-${VERSION}
|
||||
|
||||
CONFIGURE_ENV += CPPFLAGS="-pthread" \
|
||||
LDFLAGS="-pthread"
|
||||
|
||||
# make sure we do not grab boost on the way
|
||||
CONFIGURE_ENV += ac_cv_header_boost_format_hpp=no
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user