freebsd-ports/graphics/hugin/files/patch-configure
Max Khon 77414578df - 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
2005-08-14 13:43:22 +00:00

11 lines
328 B
Text

--- 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