summaryrefslogtreecommitdiff
path: root/devel/sdcc
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-06 04:13:35 +0000
committerdholland <dholland@pkgsrc.org>2012-05-06 04:13:35 +0000
commit00aaddfd1585bfb2abf813c8d91790e8302b8f8a (patch)
treeb3a7add4b3732aa8f88e2d2d58336459e2a8991e /devel/sdcc
parentd3708ef2f2e032e06027f1163f0f5359451288a2 (diff)
downloadpkgsrc-00aaddfd1585bfb2abf813c8d91790e8302b8f8a.tar.gz
Fix patch whitespace.
Diffstat (limited to 'devel/sdcc')
-rw-r--r--devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in b/devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in
index d1edba76a45..5b5b308c374 100644
--- a/devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in
+++ b/devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-sim_ucsim_cmd.src_Makefile.in,v 1.1 2012/01/24 06:06:32 sbd Exp $
+$NetBSD: patch-sim_ucsim_cmd.src_Makefile.in,v 1.2 2012/05/06 04:13:35 dholland Exp $
Search $(srcdir) before directorys in CXXFLAGS so that the "FlexLexer.h"
in $(srcdir) is found before the one under PREFIX (from CXXFLAGS).
@@ -15,4 +15,4 @@ in $(srcdir) is found before the one under PREFIX (from CXXFLAGS).
+CXXFLAGS = -I$(srcdir) @CXXFLAGS@ -Wall
M_OR_MM = @M_OR_MM@
WINSOCK_AVAIL = @WINSOCK_AVAIL@
-
+