mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- Add support for armv6 (RPi 1 and RPi 2) PR: 218121 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: swills Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
23 lines
983 B
Text
23 lines
983 B
Text
--- tools/depends/target/libdvdcss/Makefile.orig 2016-11-12 UTC
|
|
+++ tools/depends/target/libdvdcss/Makefile
|
|
@@ -33,14 +33,14 @@ endif
|
|
|
|
all: .installed-$(PLATFORM)
|
|
|
|
-download: $(TARBALLS_LOCATION)/$(ARCHIVE)
|
|
+#download: $(TARBALLS_LOCATION)/$(ARCHIVE)
|
|
|
|
-$(TARBALLS_LOCATION)/$(ARCHIVE):
|
|
- cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz
|
|
+#$(TARBALLS_LOCATION)/$(ARCHIVE):
|
|
+# cd $(TARBALLS_LOCATION); $(RETRIEVE_TOOL) -o $(TARBALLS_LOCATION)/$(ARCHIVE) $(BASE_URL)/archive/$(VERSION).tar.gz
|
|
|
|
-$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
|
|
- rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
|
|
- cd $(PLATFORM); $(ARCHIVE_TOOL) $(TARBALLS_LOCATION)/$(ARCHIVE)
|
|
+$(PLATFORM): $(DEPS)
|
|
+# rm -rf $(PLATFORM); mkdir -p $(PLATFORM)
|
|
+# cd $(PLATFORM); $(ARCHIVE_TOOL) $(TARBALLS_LOCATION)/$(ARCHIVE)
|
|
cd $(PLATFORM); $(AUTORECONF) -vif && ac_cv_path_GIT= ./configure $(config)
|
|
|
|
$(PLATFORM)/.libs/$(LIBNAME).a: $(PLATFORM)
|