1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/science/simlib/files/patch-src__Makefile.FreeBSD-i386
Rong-En Fan 09ffa2e370 - Update to 3.0.20071212
- Pass maintainership to submitter
- Enable 64-bit support (experimental per stated by the project web page)

PR:		ports/122337
Submitted by:	Wen heping <wenheping at gmail.com>
2008-04-06 06:35:14 +00:00

18 lines
453 B
Plaintext

--- src/Makefile.FreeBSD-i386.orig 2008-04-06 14:24:46.000000000 +0800
+++ src/Makefile.FreeBSD-i386 2008-04-06 14:25:19.000000000 +0800
@@ -4,11 +4,11 @@
#
# name of the compiler for C and C++ language
-CC=gcc
-CXX=g++
+CC?=gcc
+CXX?=g++
# C++ compiler flags
-CXXFLAGS = -Wall -std=c++98 -fPIC
+CXXFLAGS ?= -Wall -std=c++98 -fPIC
CXXFLAGS += -O2 # with optimization
CXXFLAGS += -g # with debug info
#CXXFLAGS += -pg # with profile support