mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e6b8171730
PR: ports/52661 Submitted by: KATO Tsuguru <tkato@prontomail.com>
15 lines
764 B
Plaintext
15 lines
764 B
Plaintext
--- src/Makefile.in.orig Wed Apr 9 12:19:08 2003
|
|
+++ src/Makefile.in Fri May 23 18:05:51 2003
|
|
@@ -107,9 +107,9 @@
|
|
extace_SOURCES = Makefile globals.h enums.h defaults.h defines.h protos.h convolve.h configfile.h stars.h logo.xpm stars.c init.c main.c draw.c land3d.c gc_maker.c dir.c audio_processing.c events.c configfile.c buttons.c color_win.c reducer.c convolve.c win_func.c 2d_eq.c scope.c markers.c spike_3d.c sound.c vert_specgram.c horiz_specgram.c options.c
|
|
|
|
|
|
-extace_LDADD = @EFENCE@ @GTK_LIBS@ @ESD_LIBS@ @EXTRA_LIBS@ @ALSA_LIBS@ -lgdk_imlib
|
|
+extace_LDADD = @EFENCE@ @GTK_LIBS@ @ESD_LIBS@ @EXTRA_LIBS@ @ALSA_LIBS@ @GDK_IMLIB_LIBS@
|
|
|
|
-LIBS = -lpthread
|
|
+#LIBS = -lpthread
|
|
|
|
COMMON_FLAGS = @PFLAGS@ @DFLAGS@
|
|
|