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:
parent
7e51b545ed
commit
4f75e7dc04
@ -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
|
COMMENT = Qt wrapper for Zeitgeist, event logging framework
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ MODULES = devel/cmake \
|
|||||||
x11/qt4
|
x11/qt4
|
||||||
|
|
||||||
BUILD_DEPENDS = productivity/zeitgeist \
|
BUILD_DEPENDS = productivity/zeitgeist \
|
||||||
x11/kde4/automoc
|
devel/automoc
|
||||||
RUN_DEPENDS = productivity/zeitgeist
|
RUN_DEPENDS = productivity/zeitgeist
|
||||||
|
|
||||||
NO_REGRESS = Yes
|
NO_REGRESS = Yes
|
||||||
|
@ -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
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ MODULES= devel/gettext \
|
|||||||
devel/cmake \
|
devel/cmake \
|
||||||
x11/qt4
|
x11/qt4
|
||||||
|
|
||||||
BUILD_DEPENDS= x11/kde4/automoc
|
BUILD_DEPENDS= devel/automoc
|
||||||
|
|
||||||
LIB_DEPENDS= sysutils/polkit
|
LIB_DEPENDS= sysutils/polkit
|
||||||
|
|
||||||
|
@ -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 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
|
#/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 += QtSql QtSvg QtTest QtWebKit QtXml QtXmlPatterns c m
|
||||||
WANTLIB += pthread ruby19 stdc++
|
WANTLIB += pthread ruby19 stdc++
|
||||||
|
|
||||||
BUILD_DEPENDS = x11/kde4/automoc
|
BUILD_DEPENDS = devel/automoc
|
||||||
LIB_DEPENDS = x11/qt4
|
LIB_DEPENDS = x11/qt4
|
||||||
|
|
||||||
USE_LIBTOOL = Yes
|
USE_LIBTOOL = Yes
|
||||||
|
Loading…
Reference in New Issue
Block a user