1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Use pkg-config to determine if sqlite3 are compiled with threads

- Add USE_GNOME=pkgconfig
- portlint(1)

Reported by:	pav
This commit is contained in:
Marcus Alves Grando 2008-04-07 02:09:39 +00:00
parent a9600ad07b
commit 27362f69c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210690
2 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@ CATEGORIES= devel
MASTER_SITES= http://www.cvstrac.org/
DISTNAME= ${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Web-Based Bug And Patch-Set Tracking System For CVS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_SQLITE= yes
USE_GNOME= pkgconfig
USE_GMAKE= yes
MAKE_ARGS= SRCDIR=${WRKSRC} PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}

View File

@ -25,7 +25,7 @@
+
+#### Extra arguments for linking against SQLite
+#
+LIBSQLITE = -L$(LOCALBASE)/lib -lsqlite3 -lcrypt
+LIBSQLITE = -L$(LOCALBASE)/lib `pkg-config --static --libs sqlite3` -lcrypt
+
+#### Installation directory
+#