Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Aug 2022 19:12:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265105] textproc/refdb: update to 1.0.3
Message-ID:  <bug-265105-7788-uPDdhEqNIX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265105-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265105-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265105

--- Comment #23 from Michael Gmelin <grembo@FreeBSD.org> ---
(In reply to O. Hartmann from comment #22)

> Last attempt

Why? You're so close now :)

There's at least one change from comment #11 missing:

> Rename SQLITE option helper (the option is SQLITE, but the helpers
> where[sic] SQLITE3_...)

So basically you either rename the option to "SQLITE3", or, probably better,
change those two lines:

SQLITE3_USES=3D       sqlite
SQLITE3_CONFIGURE_WITH=3D sqlite3

to

SQLITE_USES=3D       sqlite
SQLITE_CONFIGURE_WITH=3D sqlite3

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265105-7788-uPDdhEqNIX>