to drop the SUSE-only %jobs macro OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xteddy?expand=0&rev=24
14 lines
424 B
Diff
14 lines
424 B
Diff
Index: Makefile.am
|
|
===================================================================
|
|
--- Makefile.am.orig 2009-02-25 21:06:50.000000000 +0100
|
|
+++ Makefile.am 2011-08-29 13:34:54.570528131 +0200
|
|
@@ -7,7 +7,7 @@ man_MANS = xteddy.6
|
|
bin_SCRIPTS = xtoys xteddy_test
|
|
|
|
AM_CFLAGS = @IMLIB2_CFLAGS@
|
|
-AM_LDFLAGS = @IMLIB2_LIBS@ -lX11
|
|
+xteddy_LDADD = @IMLIB2_LIBS@ -lXext -lX11
|
|
|
|
DEFS = -DPIXMAP_PATH=\"@PIXMAP_PATH@\" -Wall
|
|
|