set VERBOSE=1 so cmake displays the compiler command lines (suggestion
from landry@), remove bogus comment in Makefile, remove dead @comment in PFRAG.shared (plist change -> bump).
This commit is contained in:
parent
dfcac48e8c
commit
5f41da7aae
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2009/06/03 13:45:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2009/06/04 16:21:45 sthen Exp $
|
||||
|
||||
COMMENT = panorama image stitcher
|
||||
|
||||
DISTNAME = hugin-0.8.0_rc2
|
||||
PKGNAME = ${DISTNAME:S/_//}
|
||||
PKGNAME = ${DISTNAME:S/_//}p0
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME:C/_.*//}
|
||||
|
||||
SHARED_LIBS = celeste 0.0 \
|
||||
@ -50,7 +50,7 @@ LIB_DEPENDS = boost_thread-mt::devel/boost \
|
||||
USE_X11= Yes
|
||||
MODULES += devel/cmake
|
||||
CONFIGURE_STYLE = cmake
|
||||
# doesnt work CONFIGURE_ARGS = -DLAPACK_FOUND:Strings=NO
|
||||
MAKE_ENV += VERBOSE=1
|
||||
NO_REGRESS = Yes
|
||||
CFLAGS += -pthread
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2009/06/03 13:45:14 sthen Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2009/06/04 16:21:45 sthen Exp $
|
||||
@comment lib/libceleste.so
|
||||
@lib lib/libceleste.so.${LIBceleste_VERSION}
|
||||
@comment lib/libhuginANN.so
|
||||
@lib lib/libhuginANN.so.${LIBhuginANN_VERSION}
|
||||
@comment lib/libhuginbase.so
|
||||
@lib lib/libhuginbase.so.${LIBhuginbase_VERSION}
|
||||
@comment lib/libhuginjhead.so
|
||||
@comment lib/libhuginvigraimpex.so
|
||||
@lib lib/libhuginvigraimpex.so.${LIBhuginvigraimpex_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user