mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Drop auto*tools support (fix build)
PR: ports/64631 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
This commit is contained in:
parent
acb6354489
commit
5ccb19d2e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105169
@ -15,14 +15,11 @@ MASTER_SITE_SUBDIR= tilp
|
||||
MAINTAINER= tijl@ulyssis.org
|
||||
COMMENT= TI calculator library
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
||||
LIB_DEPENDS= ticables.10:${PORTSDIR}/comms/libticables \
|
||||
tifiles.5:${PORTSDIR}/devel/libtifiles
|
||||
|
||||
USE_GETTEXT= yes
|
||||
USE_GNOME= glib20
|
||||
USE_AUTOMAKE_VER= 15
|
||||
USE_GNOME= glib20 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_GMAKE= yes
|
||||
|
10
devel/libticalcs/files/patch-configure
Normal file
10
devel/libticalcs/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Tue Mar 23 17:19:45 2004
|
||||
+++ configure Tue Mar 23 17:20:06 2004
|
||||
@@ -1946,6 +1946,7 @@
|
||||
ACLOCALDIR=`aclocal --print-ac-dir`
|
||||
|
||||
fi
|
||||
+ACLOCALDIR=""
|
||||
|
||||
|
||||
if test x$ACLOCALDIR != x ; then
|
@ -1,11 +0,0 @@
|
||||
--- macros/Makefile.in.orig Sat Sep 20 13:34:57 2003
|
||||
+++ macros/Makefile.in Sat Sep 20 13:35:18 2003
|
||||
@@ -194,7 +194,7 @@
|
||||
done
|
||||
|
||||
|
||||
-aclocaldir = @ACLOCALDIR@
|
||||
+aclocaldir = ${datadir}/aclocal
|
||||
|
||||
@Aclocal_TRUE@aclocal_DATA = ticalcs.m4
|
||||
subdir = macros
|
@ -16,6 +16,5 @@ lib/libticalcs-4.la
|
||||
lib/libticalcs-4.so
|
||||
lib/libticalcs-4.so.5
|
||||
libdata/pkgconfig/ticalcs-4.pc
|
||||
share/aclocal/ticalcs.m4
|
||||
share/locale/fr/LC_MESSAGES/libticalcs.mo
|
||||
@unexec rmdir %D/include/tilp 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user