mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix two patches to create against to the actually orignal file. No function
change. Approved by: naddy (maintainer)
This commit is contained in:
parent
7dd9fcc8ba
commit
98786cd777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191217
@ -1,14 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
--- Makefile.in.orig Sun Apr 29 22:40:09 2007
|
||||
+++ Makefile.in Sun Apr 29 22:40:33 2007
|
||||
@@ -196,7 +196,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
||||
-SUBDIRS = src include doc win32
|
||||
+SUBDIRS = src include $(DOC) win32
|
||||
m4datadir = $(prefix)/share/aclocal
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = ogg.m4
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
@ -1,14 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
--- Makefile.in.orig Sun Apr 29 22:42:17 2007
|
||||
+++ Makefile.in Sun Apr 29 22:42:36 2007
|
||||
@@ -217,7 +217,7 @@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
-SUBDIRS = lib include doc examples vq
|
||||
+SUBDIRS = lib include $(DOC) examples vq
|
||||
m4datadir = $(prefix)/share/aclocal
|
||||
m4datadir = $(datadir)/aclocal
|
||||
m4data_DATA = vorbis.m4
|
||||
pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user