1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/pmf/files/patch-ae
Satoshi Taoka e17b5dbd50 - Support CC/CFLAGS prolerly
- Move install path of utility data from lib/ to libdata/
- Fix pkg/PLIST

PR: 16682
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-13 16:02:49 +00:00

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