gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r5206: update freetype2 to 2.9


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5206: update freetype2 to 2.9
Date: Sun, 11 Feb 2018 21:38:01 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5206
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2018-02-11 18:37:58 -0800
message:
  update freetype2 to 2.9
renamed:
  pkg/other/freetype/ => pkg/other/freetype2/ 
freetype-20180212014529-x1e0632ts1xqt9at-1
modified:
  pkg/other/freetype2/Makefile   makefile-20180212014529-x1e0632ts1xqt9at-4
  pkg/other/freetype2/config.mk  config.mk-20180212014529-x1e0632ts1xqt9at-2
=== renamed directory 'pkg/other/freetype' => 'pkg/other/freetype2'
=== modified file 'pkg/other/freetype2/Makefile'
--- a/pkg/other/freetype/Makefile       2018-02-12 01:45:44 +0000
+++ b/pkg/other/freetype2/Makefile      2018-02-12 02:37:58 +0000
@@ -19,8 +19,9 @@
 # Send bug reports and comments about GSRC problems to address@hidden
 
 
-NAME =    freetype
-GARNAME = freetype
+NAME =    freetype2
+GARNAME = freetype2
+UPSTREAMNAME = freetype
 GARVERSION = 2.9
 HOME_URL = http://freetype.org
 DESCRIPTION =  Typeface renderer
@@ -34,9 +35,9 @@
 
 MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)/
 #MASTER_SITES = $(MASTER_SAVANNAH)/
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2  
-SIGFILES  = $(GARNAME)-$(GARVERSION).tar.bz2.sig
+MASTER_SUBDIR = $(UPSTREAMNAME)/
+DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.bz2  
+SIGFILES  = $(UPSTREAMNAME)-$(GARVERSION).tar.bz2.sig
 WORKOBJ = $(WORKSRC).build
 
 BUILDDEPS =
@@ -46,4 +47,10 @@
 
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
+# not sure
+#CFLAGS+=-fPIC 
+#CFLAGS+=-fpic 
+
+CONFIGURE_ARGS += CFLAGS="-fPIC"
+
 

=== modified file 'pkg/other/freetype2/config.mk'
--- a/pkg/other/freetype/config.mk      2018-02-12 01:45:44 +0000
+++ b/pkg/other/freetype2/config.mk     2018-02-12 02:37:58 +0000
@@ -2,4 +2,4 @@
 ## adjust as needed
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]