b8e36b418f
. 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.
13 lines
429 B
Text
13 lines
429 B
Text
$FreeBSD$
|
|
|
|
--- libAfterConf/Makefile.in.orig Sat Jun 24 22:04:08 2006
|
|
+++ libAfterConf/Makefile.in Sat Jun 24 22:04:21 2006
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
|
|
LIBS_PRIVATE = ../libAfterConf/libAfterConf.a ../libAfterStep/libAfterStep.a\
|
|
- ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a
|
|
+ ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a -L%%LOCALBASE%%/lib -lexecinfo
|
|
|
|
LIB_INCS= afterconf.h
|
|
|