Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 6b30248

Browse files
committed
nspr 4.14
1 parent bf47259 commit 6b30248

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

4.10.9-cygwin.patch

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@
7676
NSINSTALL='$(CYGWIN_WRAPPER) nsinstall'
7777
if test `echo "${PATH}" | grep -c \;` = 0; then
7878
CYGWIN_WRAPPER='sh $(topsrcdir)/build/cygwin-wrapper'
79-
@@ -1344,6 +1357,27 @@ case "$target" in
79+
@@ -1344,6 +1357,28 @@ case "$target" in
8080

8181
;;
8282

8383
+*-cygwin*)
8484
+ AC_DEFINE(CYGWIN)
8585
+ AC_DEFINE(XP_UNIX)
86+
+ AC_DEFINE(_GNU_SOURCE)
8687
+ RESOLVE_LINK_SYMBOLS=1
8788
+ AC_DEFINE(HAVE_SOCKLEN_T)
8889
+ AC_DEFINE(HAVE_FCNTL_FILE_LOCKING)

nspr.cygport

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME="nspr"
2-
VERSION=4.13
2+
VERSION=4.14
33
RELEASE=1
44
CATEGORY="Libs"
55
SUMMARY="Netscape Portable Runtime library"

0 commit comments

Comments
 (0)