13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
$OpenBSD: patch-libs_lensfun_lensfun_mak,v 1.2 2010/09/16 10:04:54 sthen Exp $
|
|
--- libs/lensfun/lensfun.mak.orig Wed Mar 24 01:00:22 2010
|
|
+++ libs/lensfun/lensfun.mak Wed Apr 7 04:00:06 2010
|
|
@@ -3,7 +3,7 @@ DESCRIPTION.lensfun = Photographic lens database libra
|
|
DIR.INCLUDE.C += :include/lensfun
|
|
TARGETS.lensfun = lensfun$L
|
|
SRC.lensfun$L := $(wildcard libs/lensfun/*.cpp libs/lensfun/$(TARGET)/*.cpp)
|
|
-SHARED.lensfun$L = $(if $(SHAREDLIBS),$(CONF_VERSION))
|
|
+SHARED.lensfun$L = $(LIBlensfun_VERSION)
|
|
LIBS.lensfun = $(TARGETS.regex)
|
|
SYSLIBS.lensfun = GLIB_20
|
|
INSTALL.TARGETS += lensfun
|