summaryrefslogtreecommitdiff
path: root/cad/klayout/files/patch-src-pyastub-pyastub.pro
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2021-08-29 06:20:03 +0900
committerHiroki Sato <hrs@FreeBSD.org>2021-08-29 06:23:10 +0900
commitf81528f28eaf3f85e88b768ab408ec31dd621b25 (patch)
treedc3c803644804277ac0165025eb3baa39a68126a /cad/klayout/files/patch-src-pyastub-pyastub.pro
parentdevel/libzim: update to 6.3.2 (diff)
cad/klayout: update to 0.27.3
Diffstat (limited to 'cad/klayout/files/patch-src-pyastub-pyastub.pro')
-rw-r--r--cad/klayout/files/patch-src-pyastub-pyastub.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/klayout/files/patch-src-pyastub-pyastub.pro b/cad/klayout/files/patch-src-pyastub-pyastub.pro
new file mode 100644
index 000000000000..aaa46834b199
--- /dev/null
+++ b/cad/klayout/files/patch-src-pyastub-pyastub.pro
@@ -0,0 +1,11 @@
+--- src/pyastub/pyastub.pro.orig 2021-08-28 16:58:33 UTC
++++ src/pyastub/pyastub.pro
+@@ -10,7 +10,7 @@ SOURCES = pya.cc
+
+ INCLUDEPATH += $$TL_INC $$GSI_INC
+ DEPENDPATH += $$TL_INC $$GSI_INC
+-LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi
++LIBS += $$DESTDIR/libklayout_tl.so $$DESTDIR/libklayout_gsi.so
+
+ HEADERS += \
+ pyaCommon.h \