Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
4707fe8d
Commit
4707fe8d
authored
May 19, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gettext: define stpncpy if not defined.
Allow to build on Mac OS.
parent
c33d53e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
component/gettext/buildout.cfg
component/gettext/buildout.cfg
+8
-1
No files found.
component/gettext/buildout.cfg
View file @
4707fe8d
...
@@ -6,6 +6,13 @@ extends =
...
@@ -6,6 +6,13 @@ extends =
../libxml2/buildout.cfg
../libxml2/buildout.cfg
../zlib/buildout.cfg
../zlib/buildout.cfg
[gettext-mac-stpncpy]
recipe = hexagonit.recipe.download
url = https://trac.macports.org/export/79617/trunk/dports/devel/gettext/files/stpncpy.patch
md5sum = caa389f01337c579547b15acccf77d35
filename = gettext-mac-stpncpy.patch
download-only = true
[gettext]
[gettext]
recipe = hexagonit.recipe.cmmi
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
...
@@ -21,7 +28,7 @@ configure-options =
...
@@ -21,7 +28,7 @@ configure-options =
--disable-acl
--disable-acl
--disable-openmp
--disable-openmp
--without-git
--without-git
patches = ${gettext-mac-stpncpy:location}/${gettext-mac-stpncpy:filename}
environment =
environment =
CPPFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
CPPFLAGS=-I${libxml2:location}/include -I${zlib:location}/include -I${ncurses:location}/include
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath,${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath,${ncurses:location}/lib
LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath,${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath,${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath,${ncurses:location}/lib
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment