File: build-with-latest-swig.patch

package info (click to toggle)
gl-image-display 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: ansic: 983; cpp: 720; makefile: 100; perl: 87; python: 47
file content (16 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/Makefile b/Makefile
index 252119b..99097be 100644
--- a/Makefile
+++ b/Makefile
@@ -71,10 +71,9 @@ install all: Fl_Gl_Image_Widget.py _Fl_Gl_Image_Widget$(PY_EXT_SUFFIX)
 	swig \
 	  -w302 -w312 -w325 -w362 -w389 -w401 -w473 -w509 \
 	  -I/usr/include/ \
-	  -DFL_EXPORT \
+	  -DFL_EXPORT="" \
 	  -DPYTHON \
 	  -DPYTHON3 \
-	  -py3 \
 	  -python \
 	  -c++ \
 	  -keyword \