diff options
author | stas <stas@FreeBSD.org> | 2008-01-10 06:03:59 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-01-10 06:03:59 +0800 |
commit | 8e83b4f8ad77d0a9356b82ec6c5075d68b1fd8b6 (patch) | |
tree | 1c2e05d69adff2d168af436d66ad5012caa9a7a8 /devel | |
parent | f04a819046263bed3f0b92e098a3285a21235586 (diff) | |
download | freebsd-ports-graphics-8e83b4f8ad77d0a9356b82ec6c5075d68b1fd8b6.tar.gz freebsd-ports-graphics-8e83b4f8ad77d0a9356b82ec6c5075d68b1fd8b6.tar.zst freebsd-ports-graphics-8e83b4f8ad77d0a9356b82ec6c5075d68b1fd8b6.zip |
- Change the order of include dirs to fix compilation in case when
Adobe Flash(R) is installed. Otherwise jtag will try to include
installed flash.h first.
Reported by: Bruce M Simpson <bms@incunabulum.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/jtag/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/jtag/files/patch-configure b/devel/jtag/files/patch-configure new file mode 100644 index 00000000000..7fa073f901a --- /dev/null +++ b/devel/jtag/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-01-10 00:59:23.000000000 +0300 ++++ configure 2008-01-10 00:59:57.000000000 +0300 +@@ -6836,7 +6836,7 @@ + + + CFLAGS="$CFLAGS -Wall" +-CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_srcdir)/include" ++CPPFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $CPPFLAGS" + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure |