freebsd-ports/multimedia/miro/files/patch-linux_contrib_echoprint-codegen_src_Makefile
Armin Pirkovitsch c357ba1957 - Update to 5.0
- Update my maintainer email address to my FreeBSD.org address

Approved by:	beat (mentor)
2012-05-20 13:18:20 +00:00

11 lines
485 B
Text

--- linux/contrib/echoprint-codegen/src/Makefile.orig 2012-05-17 08:26:52.738877942 +0200
+++ linux/contrib/echoprint-codegen/src/Makefile 2012-05-17 08:27:18.755880033 +0200
@@ -9,7 +9,7 @@
CC=gcc
#OPTFLAGS=-g -O0
OPTFLAGS=-O3 -DBOOST_UBLAS_NDEBUG -DNDEBUG
-BOOST_CFLAGS=-I/usr/local/include/boost-1_35
+BOOST_CFLAGS=-I/usr/local/include
TAGLIB_CFLAGS=`taglib-config --cflags`
TAGLIB_LIBS=`taglib-config --libs`
CXXFLAGS=-Wall $(BOOST_CFLAGS) $(TAGLIB_CFLAGS) -fPIC $(OPTFLAGS)