mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e17b5dbd50
- Move install path of utility data from lib/ to libdata/ - Fix pkg/PLIST PR: 16682 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- c_packages/Makefile.orig Sun Sep 22 12:13:58 1991
|
|
+++ c_packages/Makefile Fri Feb 11 04:14:00 2000
|
|
@@ -8,7 +8,7 @@
|
|
for i in $(PACKAGES) ; \
|
|
do \
|
|
echo Making $$i...; \
|
|
- ( cd $$i; make ) \
|
|
+ ( cd $$i; $(MAKE) 'CFLAGS=$(CFLAGS)') \
|
|
done
|
|
ln -s */*.o .
|
|
ar rv libc_packs.a *.o
|