[120038] trunk/base/src/pextlib1.0/Makefile.in

cal at macports.org cal at macports.org
Wed May 14 05:41:09 PDT 2014


Revision: 120038
          https://trac.macports.org/changeset/120038
Author:   cal at macports.org
Date:     2014-05-14 05:41:09 -0700 (Wed, 14 May 2014)
Log Message:
-----------
base: pextlib1.0/Makefile: Add -D_BSD_SOURCE to fix compilation on Linux

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Makefile.in

Modified: trunk/base/src/pextlib1.0/Makefile.in
===================================================================
--- trunk/base/src/pextlib1.0/Makefile.in	2014-05-14 12:19:42 UTC (rev 120037)
+++ trunk/base/src/pextlib1.0/Makefile.in	2014-05-14 12:41:09 UTC (rev 120038)
@@ -18,7 +18,7 @@
 
 include $(srcdir)/../../Mk/macports.tea.mk
 
-CFLAGS+= ${CURL_CFLAGS} ${MD5_CFLAGS} ${READLINE_CFLAGS}
+CFLAGS+= ${CURL_CFLAGS} ${MD5_CFLAGS} ${READLINE_CFLAGS} -D_BSD_SOURCE
 LIBS+= ${CURL_LIBS} ${MD5_LIBS} ${READLINE_LIBS}
 ifeq ($(shell uname), Darwin)
 LIBS+= ../registry2.0/registry${SHLIB_SUFFIX}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140514/12dd6402/attachment.html>


More information about the macports-changes mailing list