1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/archivers/rpm/files/patch-bf
Yukihiro Nakai 97d3d35641 Fix about
- Add patch to refer /usr/ports/popt
- etc

PR:		ports/22046
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-10-20 04:33:40 +00:00

21 lines
591 B
Plaintext

--- lib/Makefile.am.orig Mon Jul 17 03:49:43 2000
+++ lib/Makefile.am Wed Oct 4 05:32:09 2000
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = 1.4 foreign
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/build -I$(top_srcdir)/popt @INCPATH@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/build @INCPATH@
pkgincdir = $(pkgincludedir)
pkginc_HEADERS = \
@@ -12,7 +12,7 @@
lookup.h md5.h rpm_malloc.h \
rpmdb.h rpmlead.h signature.h
-mylibpaths= -L$(top_builddir)/lib -L$(top_builddir)/popt
+mylibpaths= -L$(top_builddir)/lib
mylibs= -lrpm -lpopt @INTLLIBS@ @LIBMISC@
lib_LTLIBRARIES = librpm.la