svn commit: r367076 - head/graphics/truevision
Tijl Coosemans
tijl at FreeBSD.org
Tue Sep 2 19:46:24 UTC 2014
Author: tijl
Date: Tue Sep 2 19:46:23 2014
New Revision: 367076
URL: http://svnweb.freebsd.org/changeset/ports/367076
QAT: https://qat.redports.org/buildarchive/r367076/
Log:
- Add USES=libtool
- Link with -lz
Modified:
head/graphics/truevision/Makefile
Modified: head/graphics/truevision/Makefile
==============================================================================
--- head/graphics/truevision/Makefile Tue Sep 2 19:39:53 2014 (r367075)
+++ head/graphics/truevision/Makefile Tue Sep 2 19:46:23 2014 (r367076)
@@ -17,8 +17,8 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PO
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:bzip2 \
- shared-mime-info
+USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
+ shared-mime-info tar:bzip2
USE_GNOME= gnomeprefix intlhack libgnomeui
USE_GL= gl
USE_PYTHON= yes
@@ -26,8 +26,8 @@ GNU_CONFIGURE= yes
CPPFLAGS+= $$(pkg-config --cflags gtkglext-1.0) \
-I${LOCALBASE}/include
-LDFLAGS+= $$(pkg-config --libs gtkglext-1.0) \
- -L${LOCALBASE}/lib
+LIBS+= $$(pkg-config --libs gtkglext-1.0) \
+ -L${LOCALBASE}/lib -lz
post-patch:
@${REINPLACE_CMD} -e 's|CXXFLAGS=""||g ; \
More information about the svn-ports-all
mailing list