mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- support CFLAGS of /etc/make.conf - replace absolute path with ${LOCALBASE}, ${PREFIX} and others - replace -pthread flags with ${THREAD*} - m17n fixed of gnome-im-swither - fixed vid krisbot Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
19 lines
569 B
Text
19 lines
569 B
Text
--- Makefile Thu Apr 8 03:28:00 2004
|
|
+++ Makefile Wed Feb 16 14:09:34 2005
|
|
@@ -2,6 +2,7 @@
|
|
AUTOMAKE = automake
|
|
AUTOHEADER = autoheader
|
|
AUTOCONF = autoconf
|
|
+LIBTOOLIZE = libtoolize
|
|
|
|
CONFIG_CMD = $(ACLOCAL) -I $${acfilesdir} && \
|
|
$(AUTOHEADER) && \
|
|
@@ -21,7 +22,7 @@
|
|
|
|
update-acfiles:
|
|
cd acfiles && \
|
|
- $(ACLOCAL) && $(AUTOMAKE) --add-missing --copy && libtoolize --force --copy && \
|
|
+ $(ACLOCAL) $(ACLOCAL_DIR) && $(AUTOMAKE) --add-missing --copy && $(LIBTOOLIZE) --force --copy && \
|
|
rm -f Makefile.in aclocal.m4
|
|
|
|
config:
|