1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 22:50:32 -04:00
ports/devel/liblas12/files/patch-test_unit_Makefile.am
Wen Heping 74fdb2ab9c - Change naming scheme to solve conflict with devel/liblas
- Bump PORTREVISION
- Remove CONFLICTS= liblas-1.8*
- Order USES= before other USE cases
- Patch several source files

PR:		225281
Submitted by:	rhurlin@gwdg.de(maintainer)
2018-04-21 08:20:49 +00:00

11 lines
281 B
Text

--- test/unit/Makefile.am.orig 2009-10-02 17:48:41 UTC
+++ test/unit/Makefile.am
@@ -16,7 +16,7 @@ TESTS = liblas_test
check_PROGRAMS = liblas_test
liblas_test_LDADD = \
- $(top_builddir)/src/liblas.la \
+ $(top_builddir)/src/liblas12.la \
$(NULL)
liblas_test_SOURCES = \