mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- 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)
11 lines
281 B
Text
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 = \
|