diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:39:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-10-16 06:39:20 +0000 |
commit | f5e3e26dc02ce85fbd329536aa6104bd50f42296 (patch) | |
tree | 41bd3e9f7329145361b2d09acb0579a3243e59e6 /devel/autogen/files/patch-autogen:Makefile.in | |
parent | - Typo: BUILD_DEPENS -> BUILD_DEPENDS (diff) |
Upgrade to 5.4.6.
PR: ports/44107
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=68136
Diffstat (limited to 'devel/autogen/files/patch-autogen:Makefile.in')
-rw-r--r-- | devel/autogen/files/patch-autogen:Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/autogen/files/patch-autogen:Makefile.in b/devel/autogen/files/patch-autogen:Makefile.in new file mode 100644 index 000000000000..ac7f7845beac --- /dev/null +++ b/devel/autogen/files/patch-autogen:Makefile.in @@ -0,0 +1,20 @@ +--- autoopts/Makefile.in.orig Mon Oct 14 04:22:43 2002 ++++ autoopts/Makefile.in Tue Oct 15 21:45:17 2002 +@@ -117,7 +117,7 @@ + DISTCLEANFILES = option*.3 libopts.???? + MAINTAINERCLEANFILES = Makefile.in + +-INCLUDES = @INCLIST@ ++INCLUDES = @INCLIST@ @GUILE_CPPFLAGS@ + GENMAN = optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \ + optionSaveFile.3 optionSaveState.3 optionVersion.3 + +@@ -148,7 +148,7 @@ + + libopts_la_SOURCES = $(HDRS) $(CSRC) + +-libopts_la_LIBADD = ../snprintfv/snprintfv/libsnprintfvc.la ++libopts_la_LIBADD = ../snprintfv/snprintfv/libsnprintfvc.la @GUILE_LDFLAGS@ + libopts_la_LDFLAGS = -version-info @AO_CURRENT@:@AO_REVISION@:@AO_AGE@ + + libguileopts_la_SOURCES = guileopt.c |