diff options
author | acm <acm@FreeBSD.org> | 2010-12-13 16:22:47 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-12-13 16:22:47 +0800 |
commit | e4146c8e4f2cda75bf351b96d4cc57cb0e12b6c4 (patch) | |
tree | e6d6baafd813344b893e2d16af724a4f5d9876a6 /emulators | |
parent | 0be4c46c0ecefc75f7eff8e5075e216326621995 (diff) | |
download | freebsd-ports-gnome-e4146c8e4f2cda75bf351b96d4cc57cb0e12b6c4.tar.gz freebsd-ports-gnome-e4146c8e4f2cda75bf351b96d4cc57cb0e12b6c4.tar.zst freebsd-ports-gnome-e4146c8e4f2cda75bf351b96d4cc57cb0e12b6c4.zip |
- Remove obslete patch file
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile b/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile deleted file mode 100644 index 793693248c6e..000000000000 --- a/emulators/mupen64plus-video-rice/files/patch-rice_video_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- rice_video/Makefile 2009-01-13 00:49:24.000000000 -0500 -+++ rice_video/Makefile 2009-01-13 00:50:11.000000000 -0500 -@@ -131,7 +131,7 @@ - all: version.h ricevideo.so - - ricevideo.so: $(OBJECTS) -- $(LD) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@ -+ $(CXX) $(OBJECTS) $(GTK_LIBS) $(LDFLAGS) -o $@ - $(STRIP) $@ - - clean: |