diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 92a23247b1467190ce10007190052c33423ff547 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/xmcd/files/patch-cddb__d_Imakefile | |
parent | 95f228514e93df3c298ff9e8142253c866d190fe (diff) | |
download | freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.gz freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.tar.zst freebsd-ports-gnome-92a23247b1467190ce10007190052c33423ff547.zip |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/xmcd/files/patch-cddb__d_Imakefile')
-rw-r--r-- | audio/xmcd/files/patch-cddb__d_Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-cddb__d_Imakefile b/audio/xmcd/files/patch-cddb__d_Imakefile new file mode 100644 index 000000000000..c70eb9850d6e --- /dev/null +++ b/audio/xmcd/files/patch-cddb__d_Imakefile @@ -0,0 +1,11 @@ +--- cddb_d/Imakefile.orig 2004-04-21 19:27:05 UTC ++++ cddb_d/Imakefile +@@ -225,7 +225,7 @@ KOBJ= cddbkey1.o + /* + * Build rule for the CD Information Library + */ +-NormalLibraryTarget(cddb,$(OBJS)) ++NormalLibraryTarget(cddblocal,$(OBJS)) + NormalLibraryTarget(cddbkey1,$(KOBJ)) + DependTarget() + |