freebsd-ports/x11-wm/afterstep-stable/files/patch-libAfterImage::configure
Greg Lewis b8e36b418f . Update to 2.2.2.
. Use ${REINPLACE} rather than ${PERL}.

This isn't based on the changes in PR 100705.  Extra changes present there
will be incorporated in the near future.
2006-08-01 18:27:53 +00:00

16 lines
679 B
Text

$FreeBSD$
--- libAfterImage/configure.orig Thu Jun 22 21:27:08 2006
+++ libAfterImage/configure Thu Jun 22 21:27:53 2006
@@ -8443,9 +8443,9 @@
HAVE_AFTERBASE_FLAG=1
AFTERBASE_C=
if test "x$have_x" != "xyes" -a "x$have_gif" = "xyes"; then
- AFTERIMAGE_LIBS="$AFTERIMAGE_LIBS -lAfterBase"
+ AFTERIMAGE_LIBS="$AFTERIMAGE_LIBS -lAfterBase -L%%LOCALBASE%%/lib -lexecinfo"
else
- AFTERIMAGE_LIBS="-lAfterBase $AFTERIMAGE_LIBS"
+ AFTERIMAGE_LIBS="-lAfterBase -L%%LOCALBASE%%/lib -lexecinfo $AFTERIMAGE_LIBS"
fi
if test -r "../libAfterBase/astypes.h"; then
AFTERIMAGE_APPS_LIBS="-L../ -L../../libAfterBase -lAfterImage $AFTERIMAGE_LIBS"