- remove MODGNU_SHARED_LIBS
- remove unused libtool 1.3 patches
This commit is contained in:
parent
b72cced723
commit
0c979f3c17
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2005/12/24 05:14:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2006/01/08 01:33:16 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $
|
||||
|
||||
COMMENT= "free and portable TrueType font rendering engine"
|
||||
@ -11,7 +11,6 @@ PKGNAME-doc= freetype-doc-${VERSION}
|
||||
|
||||
CATEGORIES= print
|
||||
SHARED_LIBS= ttf 1.3
|
||||
MODGNU_SHARED_LIBS= ttf ''
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/}
|
||||
|
||||
@ -32,10 +31,6 @@ CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static --disable-nls
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.3-ltmain_sh \
|
||||
patch-*
|
||||
|
||||
MULTI_PACKAGES= -doc
|
||||
SUBPACKAGE?=
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-lib_arch_unix_Makefile_in,v 1.2 2005/12/24 05:11:55 espie Exp $
|
||||
--- lib/arch/unix/Makefile.in.orig Sat Jul 31 08:48:17 1999
|
||||
+++ lib/arch/unix/Makefile.in Sat Dec 24 06:07:39 2005
|
||||
@@ -194,10 +194,12 @@ freetype.lo: $(SRC_S) $(SRC_M)
|
||||
-DTT_MAKE_OPTION_SINGLE_OBJECT \
|
||||
$(SRC_S)
|
||||
|
||||
+libttf_la_LDFLAGS=-version-info 1:3:0
|
||||
+
|
||||
libttf.la: $(LIB_FILES)
|
||||
$(LIBTOOL) --mode=link $(CC) -o libttf.la $(LIB_FILES) \
|
||||
-rpath $(libdir) \
|
||||
- -version-info $(version_info) $(FT_LIBS)
|
||||
+ $(libttf_la_LDFLAGS) $(FT_LIBS)
|
||||
|
||||
install: libttf.la
|
||||
$(MKINSTALLDIRS) $(libdir) $(includedir)/freetype
|
Loading…
Reference in New Issue
Block a user