diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-08-14 13:43:22 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-08-14 13:43:22 +0000 |
commit | 77414578dfcaf2b0b8b9035e58309f15925a4112 (patch) | |
tree | c56f95ce83e0b1741dd6ab50d9045cf5d1c791d1 /graphics/hugin/files/patch-configure | |
parent | Fix pkg-plist (this file did not get into previous commit) (diff) |
- Fix build on RELENG_4.
- Fix dependencies on wxgtk (include lib versions, otherwise
wxgtk2 2.6.x libarries could match)
- Bump PORTREVISION.
Approved by: portmgr
Diffstat (limited to 'graphics/hugin/files/patch-configure')
-rw-r--r-- | graphics/hugin/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/hugin/files/patch-configure b/graphics/hugin/files/patch-configure new file mode 100644 index 000000000000..3357cf52c980 --- /dev/null +++ b/graphics/hugin/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Aug 11 20:04:18 2005 ++++ configure Thu Aug 11 20:04:23 2005 +@@ -23388,7 +23388,7 @@ + failed=0; + passed=0; + PANO_OLD_LDFLAGS=$LDFLAGS +- PANO_OLD_CPPFLAGS=$LDFLAGS ++ PANO_OLD_CPPFLAGS=$CPPFLAGS + if test "x$HCPU" = 'xamd64' ; then + LDFLAGS="$LDFLAGS -L$PANO_HOME/lib64" + else |