diff options
author | jmz <jmz@FreeBSD.org> | 2001-09-19 23:54:27 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-09-19 23:54:27 +0000 |
commit | 66fa75e5ab0f1710d02e524218ac7a039a324f5c (patch) | |
tree | 45ab9bb05bd95f27fb3924b50f37fbcda2155ad6 /x11 | |
parent | 2885e583535c7c4faee6af7ac27aa87a5894b8b3 (diff) | |
download | FreeBSD-ports-66fa75e5ab0f1710d02e524218ac7a039a324f5c.zip FreeBSD-ports-66fa75e5ab0f1710d02e524218ac7a039a324f5c.tar.gz |
Staticise an inline in order to avoid a conflict between libXt.a and libXp.a.
PR: ports/30652
Submitted by: bsd
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/files/patch-k | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4/files/patch-k b/x11/XFree86-4/files/patch-k new file mode 100644 index 0000000..9c25165 --- /dev/null +++ b/x11/XFree86-4/files/patch-k @@ -0,0 +1,11 @@ +--- include/Xos_r.h.orig Tue Sep 18 10:46:06 2001 ++++ include/Xos_r.h Tue Sep 18 10:46:26 2001 +@@ -249,7 +249,7 @@ + */ + + #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) +-__inline__ void _Xpw_copyPasswd(_Xgetpwparams p) ++static __inline__ void _Xpw_copyPasswd(_Xgetpwparams p) + { + memcpy(&(p).pws, (p).pwp, sizeof(struct passwd)); + |