1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix building on RELENG_6.

This commit is contained in:
Vanilla I. Shu 2009-07-19 12:11:03 +00:00
parent c95ffd0253
commit 061dcf220b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238054
2 changed files with 13 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= libmemcached
PORTVERSION= 0.31
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.tangent.org/

View File

@ -0,0 +1,12 @@
--- libmemcached/visibility.h.orig 2009-07-18 20:31:32.000000000 +0800
+++ libmemcached/visibility.h 2009-07-18 20:31:49.000000000 +0800
@@ -34,6 +34,9 @@
# elif defined(_MSC_VER)
# define LIBMEMCACHED_API extern __declspec(dllexport)
# define LIBMEMCACHED_LOCAL
+# else
+# define LIBMEMCACHED_API
+# define LIBMEMCACHED_LOCAL
# endif /* defined(HAVE_VISIBILITY) */
#else /* defined(BUILDING_LIBMEMCACHED) */
# if defined(_MSC_VER)