pkgsrc/games/xgalaga/patches/patch-aa

24 lines
776 B
Text
Raw Normal View History

1998-08-07 12:35:47 +02:00
$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:44 agc Exp $
--- Makefile.in.orig Sun May 10 23:52:59 1998
+++ Makefile.in Fri Jul 31 02:26:57 1998
@@ -27,3 +27,3 @@
CFLAGS = -I. @CFLAGS@ @DEFS@ @X_CFLAGS@ -DXGALAGADIR=\"@prefix@/\" $(SOUNDDEFS)
-LDFLAGS = @LDFLAGS@
+LDFLAGS = -Wl,-R$(X11BASE)/lib @LDFLAGS@
LIBS = @LIBS@ libsprite/libsprite.a @X_LIBS@
@@ -47,4 +47,3 @@
./mkinstalldirs $(prefix)
- $(INSTALL) $(TARGET) $(bindir)/$(TARGET)
- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
+ $(INSTALL) $(SOUNDSRV) $(TARGET) $(bindir)/
./mkinstalldirs $(prefix)/sounds
@@ -54,3 +53,6 @@
touch $(prefix)/scores
- chmod 666 $(prefix)/scores
+ chown bin:games $(prefix)/scores
+ chown bin:games $(bindir)/$(TARGET)
+ chmod 2755 $(bindir)/$(TARGET)
+ chmod 664 $(prefix)/scores