mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
* various bugfixes * important bugfix for 64-bit platforms * various portability fixes * autotools cleanup from Thomas Vander Stichele * new multiplexed Ogg stream documentation
14 lines
404 B
Text
14 lines
404 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Fri Sep 24 00:44:30 2004
|
|
+++ Makefile.in Fri Sep 24 00:44:41 2004
|
|
@@ -187,7 +187,7 @@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
|
|
-SUBDIRS = src include doc win32 debian
|
|
+SUBDIRS = src include $(DOC) win32 debian
|
|
m4datadir = $(prefix)/share/aclocal
|
|
m4data_DATA = ogg.m4
|
|
pkgconfigdir = $(prefix)/libdata/pkgconfig
|