f6cfae1ed5
* Moves the dynamic fontmap directory to /var/db/gnome/gnome-print (from /etc/gnome/gnome-print). * Updates the system fontmap on pkg install, not during build. * Addes a fix for Alpha ok nino@
13 lines
646 B
Plaintext
13 lines
646 B
Plaintext
$OpenBSD: sup-alpha-installer_Makefile_in,v 1.1 2002/09/15 15:57:41 marcm Exp $
|
|
--- installer/Makefile.in.orig Wed Sep 4 22:54:14 2002
|
|
+++ installer/Makefile.in Wed Sep 4 22:54:44 2002
|
|
@@ -305,7 +305,7 @@ maintainer-clean-libtool:
|
|
|
|
gnome-font-install$(EXEEXT): $(gnome_font_install_OBJECTS) $(gnome_font_install_DEPENDENCIES)
|
|
@rm -f gnome-font-install$(EXEEXT)
|
|
- $(LINK) $(gnome_font_install_LDFLAGS) $(gnome_font_install_OBJECTS) $(gnome_font_install_LDADD) $(LIBS)
|
|
+ $(LINK) $(gnome_font_install_LDFLAGS) $(gnome_font_install_OBJECTS) $(gnome_font_install_LDADD) $(LIBS) -static
|
|
|
|
install-readmeDATA: $(readme_DATA)
|
|
@$(NORMAL_INSTALL)
|