Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2014 21:45:00 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374766 - head/devel/spin/files
Message-ID:  <201412152145.sBFLj0lO026184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Mon Dec 15 21:44:59 2014
New Revision: 374766
URL: https://svnweb.freebsd.org/changeset/ports/374766
QAT: https://qat.redports.org/buildarchive/r374766/

Log:
  Fix build on FreeBSD 8.x and 9.x
  
  PR:		195687
  Submitted by:	maintainer

Added:
  head/devel/spin/files/
  head/devel/spin/files/patch-makefile   (contents, props changed)

Added: head/devel/spin/files/patch-makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/spin/files/patch-makefile	Mon Dec 15 21:44:59 2014	(r374766)
@@ -0,0 +1,22 @@
+--- makefile.orig	2014-12-04 21:53:19 UTC
++++ makefile
+@@ -17,10 +17,6 @@ CC=gcc
+ # CC=gcc -m32 		# 32bit compilation on a 64bit system
+ 
+ CFLAGS=-O2 -DNXT	# on some systems add: -I/usr/include
+-			# on a PC:    add -DPC
+-			# on Solaris: add -DSOLARIS
+-			# on a Mac:   add -DMAC
+-			# on HP-UX:   add -Aa
+ 
+ # CFLAGS=-pg -g -DNXT
+ 
+@@ -30,8 +26,6 @@ PICKY=-std=c99 -Wstrict-prototypes -peda
+ 	-Wcast-qual -Winline -Wall
+ 
+ # when running spin with a different compiler:
+-			# on OS2:         spin -Picc -E/Pd+ -E/Q+
+-			# for Visual C++: spin -PCL  -E/E
+ 
+ YACC=yacc		# on Solaris: /usr/ccs/bin/yacc
+ YFLAGS=-v -d 		# creates y.output and y.tab.h



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