diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 16:33:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 16:33:09 +0000 |
commit | 8901c97d1268a3e5a236e33a7624116a6d4af04f (patch) | |
tree | ebb104d4e4859dfae91de591c24abfb3d7b599d5 /graphics/glide3/files/patch-h5-src-makefile | |
parent | c7ac817ffffd3f473dcc1dbb0329108453a41d6a (diff) | |
download | ports-8901c97d1268a3e5a236e33a7624116a6d4af04f.tar.gz ports-8901c97d1268a3e5a236e33a7624116a6d4af04f.zip |
Notes
Diffstat (limited to 'graphics/glide3/files/patch-h5-src-makefile')
-rw-r--r-- | graphics/glide3/files/patch-h5-src-makefile | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/graphics/glide3/files/patch-h5-src-makefile b/graphics/glide3/files/patch-h5-src-makefile deleted file mode 100644 index 48771391f7ee..000000000000 --- a/graphics/glide3/files/patch-h5-src-makefile +++ /dev/null @@ -1,62 +0,0 @@ ---- h5/glide3/src/makefile.autoconf.am.orig 2000-11-18 10:00:26.000000000 -0600 -+++ h5/glide3/src/makefile.autoconf.am 2011-03-06 14:49:35.000000000 -0600 -@@ -154,7 +154,6 @@ - # --PREPROCESSOR=/lib/cpp -$$ -I. -+PREPROCESSOR=$(CPP) -$$ -I. - xdraw2_def.o xdraw2_def.lo: xdraw2.s xdraw2.inc.s fxgasm.h - $(PREPROCESSOR) $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -163,4 +162,3 @@ - $(PREPROCESSOR) -DGL_AMD3D -DUSE_PACKET_FIFO=1 $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -169,4 +167,3 @@ - $(PREPROCESSOR) $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -175,4 +172,3 @@ - $(PREPROCESSOR) -DGL_AMD3D -DUSE_PACKET_FIFO=1 $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -181,4 +177,3 @@ - $(PREPROCESSOR) -DGL_AMD3D -DUSE_PACKET_FIFO=1 $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -188,8 +183,7 @@ - else --CPUSOURCES = cpudtect.s -+CPUSOURCES = cpudtect_asm.s - --cpudtect.o cpudtect.lo: cpudtect.s -+cpudtect_asm.o cpudtect_asm.lo: cpudtect.s - $(PREPROCESSOR) -DUSE_PACKET_FIFO=1 $< > $*.tmp.s -- $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s -- $(CP) $*.o $*.lo -+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $*.o $*.tmp.s - $(RM) -f $*.tmp.s -@@ -204,3 +198,3 @@ - if GL_AMD3D --FX_GLIDE_CTRISETUP_SRC = xdraw2_3dnow.s xdraw3_3dnow.s -+FX_GLIDE_CTRISETUP_SRC = xdraw2_3dnow.s xdraw3_3dnow.s xtexdl_3dnow.s xdraw2_def.s xdraw3_def.s - else -@@ -216,3 +210,3 @@ - $(top_builddir)/@FX_GLIDE_HW@/minihwc/libminihwc.la --LINK_LIBS = -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm -+LINK_LIBS = -L$(LOCALBASE)/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm - -@@ -231,2 +225,3 @@ - fxgasm_DEPENDENCIES = gthread.lo -+fxgasm_CFLAGS = $(AM_CFLAGS) - |