aboutsummaryrefslogtreecommitdiff
path: root/devel/mspdebug/files
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-07-30 23:06:47 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-07-30 23:06:47 +0000
commitf827f89ed28cf12261d2cee25b016e097e156a0e (patch)
tree9b37badfccebdf02830038c85cbdea80a8acaf39 /devel/mspdebug/files
parent46e73a76d83b4152f37993204a2f4204d18f12ee (diff)
downloadports-f827f89ed28cf12261d2cee25b016e097e156a0e.tar.gz
ports-f827f89ed28cf12261d2cee25b016e097e156a0e.zip
Notes
Diffstat (limited to 'devel/mspdebug/files')
-rw-r--r--devel/mspdebug/files/patch-Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/mspdebug/files/patch-Makefile b/devel/mspdebug/files/patch-Makefile
index 7df5ca9315e1..da7ef43c5e56 100644
--- a/devel/mspdebug/files/patch-Makefile
+++ b/devel/mspdebug/files/patch-Makefile
@@ -1,5 +1,14 @@
---- Makefile.orig 2011-04-05 06:22:54.000000000 +1000
-+++ Makefile 2011-06-04 06:02:31.347404317 +1000
+--- Makefile.orig 2011-06-14 11:27:10.000000000 +1000
++++ Makefile 2011-07-29 05:26:08.226244817 +1000
+@@ -16,7 +16,7 @@
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+-CC = gcc
++CC ?= gcc
+ INSTALL = /usr/bin/install
+ PREFIX ?= /usr/local
+ LDFLAGS ?= -s
@@ -38,8 +38,14 @@
PORTS_CFLAGS = `pkg-config --cflags libelf libusb`
PORTS_LDFLAGS = `pkg-config --libs libelf libusb` -ltermcap