diff options
author | dholland <dholland> | 2012-05-06 04:13:35 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-06 04:13:35 +0000 |
commit | 9c33054700c8e7f9093f94fcfc3bd3812e58a0af (patch) | |
tree | b3a7add4b3732aa8f88e2d2d58336459e2a8991e /devel/sdcc | |
parent | 22929e24ba02e33875ad53b0acf1f336e9304061 (diff) | |
download | pkgsrc-9c33054700c8e7f9093f94fcfc3bd3812e58a0af.tar.gz |
Fix patch whitespace.
Diffstat (limited to 'devel/sdcc')
-rw-r--r-- | devel/sdcc/patches/patch-sim_ucsim_cmd.src_Makefile.in | 4 |
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@ - + |