mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
97d3d35641
- Add patch to refer /usr/ports/popt - etc PR: ports/22046 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
21 lines
591 B
Plaintext
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
|