mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix build after databases/sqlite update
- Convert to USES=localbase - Register proxy dependencies found by stage-qa
This commit is contained in:
parent
d3c4d47567
commit
29f7b3d828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420744
2 changed files with 18 additions and 5 deletions
|
@ -14,15 +14,15 @@ COMMENT= WYSIWYG scientific text editor
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libguile.so:lang/guile
|
||||
LIB_DEPENDS= libltdl.so:devel/libltdl \
|
||||
libguile.so:lang/guile \
|
||||
libgmp.so:math/gmp
|
||||
RUN_DEPENDS= fig2dev:print/transfig
|
||||
|
||||
USES= cpe desktop-file-utils gmake iconv pkgconfig python \
|
||||
USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \
|
||||
shared-mime-info shebangfix
|
||||
USE_TEX= tex:run dvipsk:run
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-optimize="${CXXFLAGS}"
|
||||
MAKE_ARGS= CP="${CP} -R -f"
|
||||
ALL_TARGET= ${PORTNAME:tu}
|
||||
|
@ -51,7 +51,7 @@ IMLIB2_CONFIGURE_WITH= imlib2
|
|||
PDF_CONFIGURE_ENABLE= pdf-renderer
|
||||
PDF_LDFLAGS= -lz
|
||||
PDF_IMPLIES= FREETYPE GHOSTSCRIPT
|
||||
QT4_USE= qt4=accessible,gui,imageformats \
|
||||
QT4_USE= qt4=accessible,corelib,gui,imageformats \
|
||||
qt4=moc_build,qmake_build,rcc_build,uic_build
|
||||
QT4_USE_OFF= xorg=xext
|
||||
QT4_CONFIGURE_ON= --with-qt=${QT_PREFIX} --enable-qtpipes
|
||||
|
|
13
editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp
Normal file
13
editors/texmacs/files/patch-src_Plugins_Sqlite3_sqlite3.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- src/Plugins/Sqlite3/sqlite3.hpp.orig 2016-08-22 16:04:07 UTC
|
||||
+++ src/Plugins/Sqlite3/sqlite3.hpp
|
||||
@@ -9,8 +9,8 @@
|
||||
* in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.
|
||||
******************************************************************************/
|
||||
|
||||
-#ifndef SQLITE3_H
|
||||
-#define SQLITE3_H
|
||||
+#ifndef TM_SQLITE3_H
|
||||
+#define TM_SQLITE3_H
|
||||
#include "url.hpp"
|
||||
|
||||
bool sqlite3_present ();
|
Loading…
Add table
Reference in a new issue