aboutsummaryrefslogtreecommitdiff
path: root/graphics/fotoxx/files/patch-Makefile
blob: efc156f54de86af6e4efc5b76490d5bc43051379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./Makefile.orig	2014-02-05 20:42:34.000000000 +0100
+++ ./Makefile	2014-02-06 10:32:37.000000000 +0100
@@ -3,9 +3,9 @@
 FOTOXX = fotoxx-14.02.2.cc
 
 # defaults for parameters that may be pre-defined
-CXXFLAGS ?= -O2 -Wall -ggdb
-LDFLAGS ?= -rdynamic 
-PREFIX ?= /usr
+CXXFLAGS ?= -O3 -g -Wall
+LDFLAGS ?= -O3 -g -Wall -rdynamic 
+PREFIX ?= $(LOCALBASE)
 
 # target install directories
 BINDIR = $(PREFIX)/bin