- Remove unneeded build dependencies (snack-tk-libs.patch). OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/snack?expand=0&rev=15
12 lines
325 B
Diff
12 lines
325 B
Diff
--- unix/Makefile.in.orig
|
|
+++ unix/Makefile.in
|
|
@@ -36,7 +36,7 @@ CFLAGS = ${OPTFLAGS} @CFLAGS@ @AFLAG@
|
|
|
|
LIBSO = -lc @ALIB@ @TCL_LIB_SPEC@
|
|
|
|
-LIBSN = -lc @TK_LIBS@ @ALIB@ @TCL_LIB_SPEC@ @TK_LIB_SPEC@
|
|
+LIBSN = -lc @ALIB@ @TCL_LIB_SPEC@ @TK_LIB_SPEC@
|
|
|
|
SHLIB_LD = @SHLIB_LD@
|
|
SHLIB_SUFFIX = @SHLIB_SUFFIX@
|