Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 23:40:01 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365143 - in head/net-p2p/shx: . files
Message-ID:  <201408162340.s7GNe1Ne031793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug 16 23:40:00 2014
New Revision: 365143
URL: http://svnweb.freebsd.org/changeset/ports/365143
QAT: https://qat.redports.org/buildarchive/r365143/

Log:
  Fix build on -current.

Added:
  head/net-p2p/shx/files/
  head/net-p2p/shx/files/patch-src__Makefile.in   (contents, props changed)
Modified:
  head/net-p2p/shx/Makefile

Modified: head/net-p2p/shx/Makefile
==============================================================================
--- head/net-p2p/shx/Makefile	Sat Aug 16 23:35:54 2014	(r365142)
+++ head/net-p2p/shx/Makefile	Sat Aug 16 23:40:00 2014	(r365143)
@@ -15,7 +15,7 @@ COMMENT=	Text based Hotline Communicatio
 LICENSE=	GPLv1
 
 OPTIONS_DEFINE=	WARNINGS HTXF_PTHREAD HFS HOPE CIPHER COMPRESS HAL XMMS NOIPV4
-OPTIONS_DEFAULT=	HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
+OPTIONS_DEFAULT=HTXF_PTHREAD HFS HOPE CIPHER COMPRESS XMMS
 
 WARNINGS_DESC=		Show compiler warnings
 HTXF_PTHREAD_DESC=	Use pthread instead of fork or clone for htxf

Added: head/net-p2p/shx/files/patch-src__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/shx/files/patch-src__Makefile.in	Sat Aug 16 23:40:00 2014	(r365143)
@@ -0,0 +1,11 @@
+--- ./src/Makefile.in.orig	2014-08-16 19:38:31.000000000 -0400
++++ ./src/Makefile.in	2014-08-16 19:38:57.000000000 -0400
+@@ -34,7 +34,7 @@
+ LDFLAGS         = @LDFLAGS@
+ SYS_INCLUDES    = @SYS_INCLUDES@
+ INCLUDE         = -I. -I./include -I$(top_include)
+-CFLAGS          = @CFLAGS@ $(INCLUDE) $(SYS_INCLUDES) $(DEFS)
++CFLAGS          = @CFLAGS@ $(INCLUDE) $(SYS_INCLUDES) @CPPFLAGS@ $(DEFS)
+ 
+ # Libraries
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408162340.s7GNe1Ne031793>