mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
38ae599271
post-extract rule
15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
--- cddbslave/Makefile.in.orig Wed May 24 14:53:10 2000
|
|
+++ cddbslave/Makefile.in Tue May 30 15:13:02 2000
|
|
@@ -139,3 +139,3 @@
|
|
|
|
-gnomedatadir = $(datadir)/gnome
|
|
+gnomedatadir = $(datadir)
|
|
|
|
--- tcd/Makefile.in.orig Wed May 24 14:53:16 2000
|
|
+++ tcd/Makefile.in Tue May 30 15:12:38 2000
|
|
@@ -147,3 +147,3 @@
|
|
|
|
-tcd_LDADD = $(GNOME_LIBDIR) -lglib -lm $(CURSES_LIBS) $(INTLLIBS)
|
|
+tcd_LDADD = `$(GLIB_CONFIG) --libs` -lm $(CURSES_LIBS) $(INTLLIBS)
|
|
|