freebsd-ports/x11-toolkits/efltk/files/patch-configure.in
Sergey Matveychuk 01f6a2d8d3 - Update to 1.0.6 (it fixes gcc 4.1 build problem too)
- Install in LOCALBASE
2006-12-17 10:01:51 +00:00

14 lines
306 B
Text

--- configure.in.orig Sun Sep 3 00:55:56 2006
+++ configure.in Sat Dec 16 21:43:39 2006
@@ -132,10 +132,9 @@
LD="\${CXX}"
LDLIBS="$LDLIBS -lX11 -lXext -lm"
-DSOEXT=".so.$FL_API_VERSION"
+DSOEXT=".so.$FL_MAJOR_VERSION"
DSOSHORTEXT=".so"
-DEBUGFLAG=""
SYSTYPE="UNIX"
DSOCOMMAND=""
THEMECOMMAND=""