diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-20 04:33:40 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-10-20 04:33:40 +0000 |
commit | 97d3d35641fa51eb1d8635b9564024b4c6a7eff9 (patch) | |
tree | 76dc9188c4009738c4a225f288d7c86dde1a55ff /archivers/rpm/files/patch-be | |
parent | Fix for INSTALLS_SHLIB (diff) |
Fix about
- Add patch to refer /usr/ports/popt
- etc
PR: ports/22046
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=34010
Diffstat (limited to 'archivers/rpm/files/patch-be')
-rw-r--r-- | archivers/rpm/files/patch-be | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rpm/files/patch-be b/archivers/rpm/files/patch-be new file mode 100644 index 000000000000..5c34517e9088 --- /dev/null +++ b/archivers/rpm/files/patch-be @@ -0,0 +1,11 @@ +--- build/Makefile.am.orig Wed Jun 14 21:34:28 2000 ++++ build/Makefile.am Wed Oct 4 05:02:45 2000 +@@ -2,7 +2,7 @@ + + AUTOMAKE_OPTIONS = 1.4 foreign + +-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/popt \ ++INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib \ + @INCPATH@ + + pkgincdir = $(pkgincludedir) |