Switch ports depending on automoc to devel/automoc. No bumps needed as

this is purely build-time change, and not going to resulting packages in
any way. Discovered it was sitting in my tree for a few months already...
This commit is contained in:
zhuk 2013-02-02 10:05:43 +00:00
parent 7e51b545ed
commit 4f75e7dc04
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/09/30 09:51:05 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2013/02/02 10:05:43 zhuk Exp $
COMMENT = Qt wrapper for Zeitgeist, event logging framework
@ -31,7 +31,7 @@ MODULES = devel/cmake \
x11/qt4
BUILD_DEPENDS = productivity/zeitgeist \
x11/kde4/automoc
devel/automoc
RUN_DEPENDS = productivity/zeitgeist
NO_REGRESS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2011/12/16 08:18:23 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2013/02/02 10:05:43 zhuk Exp $
SHARED_ONLY= Yes
@ -35,7 +35,7 @@ MODULES= devel/gettext \
devel/cmake \
x11/qt4
BUILD_DEPENDS= x11/kde4/automoc
BUILD_DEPENDS= devel/automoc
LIB_DEPENDS= sysutils/polkit

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2012/10/01 21:23:36 landry Exp $
# $OpenBSD: Makefile,v 1.3 2013/02/02 10:05:43 zhuk Exp $
# /usr/bin/ld: CMakeFiles/smokeqtcore.dir/x_4.cpp.o(.gnu.linkonce.t._ZN13__smokeqtcore9x_QBuffer4x_25EPN5Smoke9StackItemE+0x54): cannot reach 00000d7d___dynamic_cast+0, recompile with -ffunction-sections
#/usr/bin/ld: CMakeFiles/smokeqtcore.dir/x_4.cpp.o(.gnu.linkonce.t._ZN13__smokeqtcore9x_QBuffer4x_25EPN5Smoke9StackItemE+0x54): cannot handle R_PARISC_PCREL17F for __dynamic_cast
@ -46,7 +46,7 @@ WANTLIB += QtDBus QtGui QtMultimedia QtNetwork QtOpenGL QtScript
WANTLIB += QtSql QtSvg QtTest QtWebKit QtXml QtXmlPatterns c m
WANTLIB += pthread ruby19 stdc++
BUILD_DEPENDS = x11/kde4/automoc
BUILD_DEPENDS = devel/automoc
LIB_DEPENDS = x11/qt4
USE_LIBTOOL = Yes