mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
- Disable installing documentation due to incompatibility with doxygen[2] - Enable support for PowerPC architectures[3] - Fix port to not assume GCC for ${LD}[4] PR: ports/155937[2], ports/152890[3], ports/159193[4] Submitted by: Francisco de Borja Lopez Rio <borja@codigo23.net>[1] (via private email) Peter Jeremy <peterjeremy@acm.org>[2] Jason Bacon <jwbacon@tds.net>[3] Test Rat <ttsestt@gmail.com>[4]
16 lines
414 B
Makefile
16 lines
414 B
Makefile
|
|
$FreeBSD$
|
|
|
|
--- libs.mk.orig
|
|
+++ libs.mk
|
|
@@ -242,8 +242,8 @@
|
|
$(qexec)echo 'Conflicts:' >> $@
|
|
$(qexec)echo 'Libs: -L$${libdir} -lvpx' >> $@
|
|
$(qexec)echo 'Cflags: -I$${includedir}' >> $@
|
|
-INSTALL-LIBS-yes += $(LIBSUBDIR)/pkgconfig/vpx.pc
|
|
-INSTALL_MAPS += $(LIBSUBDIR)/pkgconfig/%.pc %.pc
|
|
+INSTALL-LIBS-yes += libdata/pkgconfig/vpx.pc
|
|
+INSTALL_MAPS += libdata/pkgconfig/%.pc %.pc
|
|
CLEAN-OBJS += vpx.pc
|
|
endif
|
|
|